Builder for constructing FirebaseOptions.
|
FirebaseOptions.Builder()
Constructs an empty builder.
|
|
|
FirebaseOptions.Builder(FirebaseOptions
options)
Initializes the builder's values from the options object.
|
| FirebaseOptions |
build()
|
| FirebaseOptions.Builder | |
| FirebaseOptions.Builder |
setApplicationId(String
applicationId)
|
| FirebaseOptions.Builder |
setDatabaseUrl(String databaseUrl)
|
| FirebaseOptions.Builder |
setGcmSenderId(String gcmSenderId)
|
| FirebaseOptions.Builder |
setProjectId(String projectId)
|
| FirebaseOptions.Builder |
setStorageBucket(String
storageBucket)
|
Initializes the builder's values from the options object.
The new builder is not backed by this objects values, that is changes made to the new builder don't change the values of the origin object.