appId property

String appId
final

Firebase application identifier for the target app.

The unique Firebase app ID that identifies your application in the Firebase console. Required for all Firebase App Distribution operations. Format: "1:PROJECT_NUMBER:PLATFORM:APP_ID"

Example: "1:123456789:android:abcdef123456"

Can be found in:

  • Firebase Console > Project Settings > General > Your apps
  • google-services.json file (mobilesdk_app_id)

Implementation

final String appId;