FirebaseApp class abstract

Represents a single Firebase app instance.

You can get an instance by calling Firebase.app().

Constructors

FirebaseApp(String name, FirebaseOptions options)

Properties

hashCode int
The hash code for this object.
latefinal
name String
The name of this FirebaseApp.
final
options FirebaseOptions
The FirebaseOptions this app was created with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<void>
Deletes this app and frees up system resources.
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 ==(dynamic other) bool
The equality operator.
override