MyPluginFirebase class

Firebase plugin initialization class Handles Firebase initialization with embedded configuration Note: Firebase configuration is embedded to ensure all users use the same Firebase project for the plugin's functionality

Constructors

MyPluginFirebase()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

app → FirebaseApp
no setter

Static Methods

initialize() Future<FirebaseApp>