android constant

FirebaseOptions const android

Implementation

static const FirebaseOptions android = FirebaseOptions(
  apiKey: 'DUMMY_ANDROID_API_KEY',
  appId: 'DUMMY_ANDROID_APP_ID',
  messagingSenderId: 'DUMMY_ANDROID_MESSAGING_SENDER_ID',
  projectId: 'DUMMY_ANDROID_PROJECT_ID',
  storageBucket: 'DUMMY_ANDROID_STORAGE_BUCKET',
);