| Property | Defined By | ||
|---|---|---|---|
| isGooglePlayServicesAvailable : Boolean [static] [read-only]  returns true if the user has the required version of Google Play Services.  | Firebase | ||
| options : FirebaseOptions [static] [read-only]   | Firebase | ||
| Method | Defined By | ||
|---|---|---|---|
[static]  Returns the FirebaseAnalytics instance.  | Firebase | ||
[static]  Returns the FirebaseAuth instance.  | Firebase | ||
[static]  Returns the Crashlytics instance.  | Firebase | ||
dispose():void [static]  Disposes the ANE   | Firebase | ||
[static]  Returns the FirebaseDynamicLinks instance.  | Firebase | ||
[static]  Returns the FirebaseFirestore instance.  | Firebase | ||
init():void [static]  Initialise the ANE   | Firebase | ||
[static]  Returns the FirebaseMessaging instance.  | Firebase | ||
[static]  Returns the FirebaseRemoteConfig instance.  | Firebase | ||
[static]  Returns the FirebaseStorage instance.  | Firebase | ||
| isGooglePlayServicesAvailable | property | 
isGooglePlayServicesAvailable:Boolean  [read-only] returns true if the user has the required version of Google Play Services. Always returns true on iOS.
    public static function get isGooglePlayServicesAvailable():Boolean| options | property | 
options:FirebaseOptions  [read-only]     public static function get options():FirebaseOptions| analytics | () | method | 
 public static function analytics():AnalyticsReturns the FirebaseAnalytics instance.
ReturnsAnalytics | 
| auth | () | method | 
| crashlytics | () | method | 
 public static function crashlytics():CrashlyticsReturns the Crashlytics instance.
ReturnsCrashlytics | 
| dispose | () | method | 
 public static function dispose():voidDisposes the ANE
| dynamicLinks | () | method | 
 public static function dynamicLinks():DynamicLinksReturns the FirebaseDynamicLinks instance.
ReturnsDynamicLinks | 
| firestore | () | method | 
 public static function firestore():FirestoreReturns the FirebaseFirestore instance.
ReturnsFirestore | 
| init | () | method | 
 public static function init():voidInitialise the ANE
| messaging | () | method | 
 public static function messaging():MessagingReturns the FirebaseMessaging instance.
ReturnsMessaging | 
| remoteConfig | () | method | 
 public static function remoteConfig():RemoteConfigReturns the FirebaseRemoteConfig instance.
ReturnsRemoteConfig | 
| storage | () | method |