FirebaseCore class

Desktop implementation of FirebaseCore for managing Firebase app instances.

Inheritance
  • Object
  • PlatformInterface
  • FirebasePlatform
  • FirebaseCore

Constructors

FirebaseCore()

Properties

apps List<FirebaseApp>
Returns all initialized FirebaseApp instances.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

app([String name = defaultFirebaseAppName]) FirebaseApp
Returns a Firebase app with the given name.
override
initializeApp({String? name, FirebaseOptions? options}) Future<FirebaseApp>
Initializes a new FirebaseApp with the given name and FirebaseOptions.
override
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

Static Methods

registerWith() → void
Called by PluginRegistry to register this plugin as the implementation for Desktop