Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
FirebaseOptions |
androidClientId | property |
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.
apiKey | property |
public var apiKey:String
API key used for authenticating requests from your app.
bundleId | property |
public var bundleId:String
The bundle ID for the application. Defaults to [[NSBundle mainBundle] bundleID] when not set manually or in a plist.
clientId | property |
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.
databaseUrl | property |
public var databaseUrl:String
The database root URL, e.g. //abc-xyz-123.firebaseio.com.
deepLinkUrlScheme | property |
public var deepLinkUrlScheme:String
The URL scheme used to set up Durable Deep Link service.
gcmSenderId | property |
public var gcmSenderId:String
The Project Number from the Google Developer's console, for example 012345678901, used to configure Google Cloud Messaging.
googleAppId | property |
public var googleAppId:String
The Google App ID that is used to uniquely identify an instance of an app.
projectId | property |
public var projectId:String
The Google Cloud project ID, e.g. my-project-1234
storageBucket | property |
public var storageBucket:String
The Google Cloud Storage bucket name, e.g. abc-xyz-123.storage.firebase.com.
trackingId | property |
public var trackingId:String
The tracking ID for Google Analytics, e.g. @UA-12345678-1, used to configure Google Analytics.
FirebaseOptions | () | Constructor |
public function FirebaseOptions()