FirebaseConfig class
Defines Firebase configuration for an FKIT project.
Constructors
-
FirebaseConfig({required bool enabled, required String testerGroup, required Map<
String, FirebaseDetails> configurations}) -
Creates an FKIT Firebase configuration.
const
- FirebaseConfig.fromMap(Map map)
-
Creates Firebase configuration from the provided
map.factory
Properties
-
configurations
→ Map<
String, FirebaseDetails> -
Firebase configurations keyed by target name.
final
- enabled → bool
-
Whether Firebase integration is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testerGroup → String
-
Default Firebase App Distribution tester group.
final
Methods
-
configurationFor(
String target) → FirebaseDetails? -
Returns Firebase configuration for the specified
target. -
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