FirebaseConfig class

Firebase configuration provider This class provides Firebase configuration for the plugin. Configuration is embedded to ensure all users use the same Firebase project.

Note: While configuration values are visible in source code, they are protected by ProGuard rules in release builds and Firebase Security Rules on the server side.

Constructors

FirebaseConfig()

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

getAndroidOptions() Map<String, String>
Get Android Firebase options
getIOSOptions() Map<String, String>
Get iOS Firebase options
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