App class
Represents initialized Firebase application and provides access to the app's services.
Constructors
- App(String name, AppOptions options)
- Do not call this constructor directly. Instead, use FirebaseAdmin.initializeApp to create an app.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of this application.
no setter
- options → AppOptions
-
The (read-only) configuration options for this app.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
auth(
) → Auth - Gets the Auth service for this application.
-
database(
) → Database -
Gets Realtime
Database
client for this application. -
delete(
) → Future< void> - Renders this app unusable and frees the resources of all associated services.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
storage(
) → Storage -
Gets
Storage
service for this application. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited