FirebaseOptions
class FirebaseOptions
Configurable Firebase options.
Summary
Nested types |
|---|
class FirebaseOptions.BuilderBuilder for constructing FirebaseOptions. |
Public functions |
|
|---|---|
Boolean |
|
java-static FirebaseOptions? |
fromResource(context: Context)Creates a new |
Int |
hashCode() |
String! |
toString() |
Public functions
fromResource
java-static fun fromResource(context: Context): FirebaseOptions?
Creates a new FirebaseOptions instance that is populated from string resources.
| Returns | |
|---|---|
FirebaseOptions? |
The populated options or null if applicationId is missing from resources. |