getAndroidOptions method

Map<String, String> getAndroidOptions()

Get Android Firebase options

Implementation

Map<String, String> getAndroidOptions() {
  return {
    'apiKey': _androidApiKey,
    'appId': _androidAppId,
    'messagingSenderId': _androidSenderId,
    'projectId': _projectId,
    'storageBucket': _storageBucket,
  };
}