AppOptions class
Available options to pass to initializeApp().
Constructors
- AppOptions({required Credential credential, String? databaseUrl, String? projectId, String? storageBucket})
Properties
- credential → Credential
-
A Credential object used to authenticate the Admin SDK.
final
- databaseUrl → String?
-
The URL of the Realtime Database from which to read and write data.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- projectId → String?
-
The ID of the Google Cloud project associated with the App.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageBucket → String?
-
The name of the default Cloud Storage bucket associated with the App.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant AppOptions other) → bool -
The equality operator.
override