Packagecom.tuarua.firebase
Classpublic class FirebaseOptions
InheritanceFirebaseOptions Inheritance Object



Public Properties
 PropertyDefined By
  androidClientId : String
The Android client ID used in Google AppInvite when an iOS app has its Android version, for example @12345.apps.googleusercontent.com.
FirebaseOptions
  apiKey : String
API key used for authenticating requests from your app.
FirebaseOptions
  bundleId : String
The bundle ID for the application.
FirebaseOptions
  clientId : String
The OAuth2 client ID for iOS application used to authenticate Google users, for example @12345.apps.googleusercontent.com, used for signing in with Google.
FirebaseOptions
  databaseUrl : String
The database root URL, e.g.
FirebaseOptions
  deepLinkUrlScheme : String
The URL scheme used to set up Durable Deep Link service.
FirebaseOptions
  gcmSenderId : String
The Project Number from the Google Developer's console, for example 012345678901, used to configure Google Cloud Messaging.
FirebaseOptions
  googleAppId : String
The Google App ID that is used to uniquely identify an instance of an app.
FirebaseOptions
  projectId : String
The Google Cloud project ID, e.g.
FirebaseOptions
  storageBucket : String
The Google Cloud Storage bucket name, e.g.
FirebaseOptions
  trackingId : String
The tracking ID for Google Analytics, e.g.
FirebaseOptions
Public Methods
 MethodDefined By
  
FirebaseOptions
Property Detail
androidClientIdproperty
public var androidClientId:String

The Android client ID used in Google AppInvite when an iOS app has its Android version, for example @12345.apps.googleusercontent.com.

apiKeyproperty 
public var apiKey:String

API key used for authenticating requests from your app.

bundleIdproperty 
public var bundleId:String

The bundle ID for the application. Defaults to [[NSBundle mainBundle] bundleID] when not set manually or in a plist.

clientIdproperty 
public var clientId:String

The OAuth2 client ID for iOS application used to authenticate Google users, for example @12345.apps.googleusercontent.com, used for signing in with Google.

databaseUrlproperty 
public var databaseUrl:String

The database root URL, e.g. //abc-xyz-123.firebaseio.com.

deepLinkUrlSchemeproperty 
public var deepLinkUrlScheme:String

The URL scheme used to set up Durable Deep Link service.

gcmSenderIdproperty 
public var gcmSenderId:String

The Project Number from the Google Developer's console, for example 012345678901, used to configure Google Cloud Messaging.

googleAppIdproperty 
public var googleAppId:String

The Google App ID that is used to uniquely identify an instance of an app.

projectIdproperty 
public var projectId:String

The Google Cloud project ID, e.g. my-project-1234

storageBucketproperty 
public var storageBucket:String

The Google Cloud Storage bucket name, e.g. abc-xyz-123.storage.firebase.com.

trackingIdproperty 
public var trackingId:String

The tracking ID for Google Analytics, e.g. @UA-12345678-1, used to configure Google Analytics.

Constructor Detail
FirebaseOptions()Constructor
public function FirebaseOptions()