FirebaseAppWeb class

The entry point for accessing a Firebase app instance.

To get an instance, call the the app method on the FirebaseCore instance, for example:

Firebase.app('SecondaryApp`);
Inheritance
  • Object
  • PlatformInterface
  • FirebaseAppPlatform
  • FirebaseAppWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
isAutomaticDataCollectionEnabled bool
Returns whether automatic data collection enabled or disabled. This has no affect on web.
no setteroverride
name String
The name of this Firebase app.
finalinherited
options → FirebaseOptions
Returns the FirebaseOptions that this app was configured with.
finalinherited
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.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAutomaticDataCollectionEnabled(bool enabled) Future<void>
Sets whether automatic data collection is enabled or disabled. This has no affect on web.
override
setAutomaticResourceManagementEnabled(bool enabled) Future<void>
Sets whether automatic resource management is enabled or disabled. This has no affect on web.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited