Firebase.AppOptions

Options that control the creation of a Firebase App.

Summary

See also:FirebaseApp

Inheritance

Inherits from: SystemIDisposable

Constructors and Destructors

AppOptions()
Create AppOptions.

Properties

ApiKey
string
AppId
string
DatabaseUrl
System.Uri
The database root URL, e.g. "http://abc-xyz-123.firebaseio.com".
GoogleAnalyticsTrackingId
string
MessageSenderId
string
StorageBucket
string
Gets or sets the Google Cloud Storage bucket name, e.g.

Public functions

Dispose()
void

Properties

ApiKey

string ApiKey

AppId

string AppId

DatabaseUrl

System.Uri DatabaseUrl

The database root URL, e.g. "http://abc-xyz-123.firebaseio.com".

GoogleAnalyticsTrackingId

string GoogleAnalyticsTrackingId

MessageSenderId

string MessageSenderId

StorageBucket

string StorageBucket

Gets or sets the Google Cloud Storage bucket name, e.g.

"abc-xyz-123.storage.firebase.com".

Public functions

AppOptions

 AppOptions()

Create AppOptions.

To create a FirebaseApp object, the Firebase application identifier and API key should be set using AppID and ApiKey respectively.

See also:FirebaseApp.Create().

Dispose

void Dispose()

Send feedback about...

Need help? Visit our support page.