| java.lang.Object | |
| ↳ | com.google.firebase.FirebaseOptions |
Configurable Firebase options.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FirebaseOptions.Builder | Builder for constructing FirebaseOptions. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
FirebaseOptions instance that is populated from string resouces. | |||||||||||
API key used for authenticating requests from your app, e.g.
| |||||||||||
The Google App ID that is used to uniquely identify an instance of an app.
| |||||||||||
The database root URL, e.g.
| |||||||||||
The Project Number from the Google Developer's console, for example 012345678901, used to
configure Google Cloud Messaging.
| |||||||||||
The Google Cloud Storage bucket name, e.g.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new FirebaseOptions instance that is populated from string resouces.
API key used for authenticating requests from your app, e.g. AIzaSyDdVgKwhZl0sTTTLZ7iTmt1r3N2cJLnaDk, used to identify your app to Google servers.
The Google App ID that is used to uniquely identify an instance of an app.
The database root URL, e.g. http://abc-xyz-123.firebaseio.com.
The Project Number from the Google Developer's console, for example 012345678901, used to configure Google Cloud Messaging.
The Google Cloud Storage bucket name, e.g. abc-xyz-123.storage.firebase.com.