App extension type
A Firebase app holds the initialization information for a collection of services.
- on
- Implemented types
- Available extensions
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The (read-only) name for this app.
no setter
- options → AppOptions
-
The (read-only) configuration options for this app. These are the original
parameters given in {@link firebase-admin.app#initializeApp}.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited