Firebase. AppOptions
Options that control the creation of a Firebase App.
Summary
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
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()

