FirebaseOptions
data class FirebaseOptions(val applicationId: String, val apiKey: String, val databaseUrl: String? = null, val gaTrackingId: String? = null, val storageBucket: String? = null, val projectId: String? = null, val gcmSenderId: String? = null, val authDomain: String? = null)(source)
Configurable Firebase options.
Constructors
Properties
Link copied to clipboard
The Google App ID that is used to uniquely identify an instance of an app.
Link copied to clipboard
The auth domain.
Link copied to clipboard
The database root URL, e.g. http://abc-xyz-123.firebaseio.com.
Link copied to clipboard
The tracking ID for Google Analytics, e.g. UA-12345678-1, used to configure Google Analytics.
Link copied to clipboard
The Project Number from the Google Developer's console, for example 012345678901, used to configure Google Cloud Messaging.
Link copied to clipboard
The Google Cloud Storage bucket name, e.g. abc-xyz-123.storage.firebase.com.