FirebaseOptions

class FirebaseOptions


Configurable Firebase options.

Summary

Nested types

Builder for constructing FirebaseOptions.

Public functions

Boolean
equals(o: Any!)
java-static FirebaseOptions?

Creates a new FirebaseOptions instance that is populated from string resources.

Int
String!

Public functions

equals

fun equals(o: Any!): Boolean

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.

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

apiKey

val apiKey: String!

applicationId

val applicationId: String!

databaseUrl

val databaseUrl: String!

gaTrackingId

val gaTrackingId: String!

gcmSenderId

val gcmSenderId: String!

projectId

val projectId: String!

storageBucket

val storageBucket: String!