FirebaseHelper class abstract
Constructors
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 Methods
-
buildFlutterFireCommand(
FirebaseConfig firebaseConfig) → String - Builds the flutterfire command string with appropriate parameters.
-
byFlavor(
String flavor, String pathMorphemeYaml) → Map - Retrieves Firebase configuration for a specific flavor.
-
isCiCdEnvironment(
) → bool - Checks if the command is running in a CI/CD environment.
-
run(
String flavor, String pathMorphemeYaml) → Future< int> - Runs the Morpheme Firebase command for a specific flavor.
-
shouldRegenerate(
String projectId, String? output) → bool - Determines if Firebase configuration regeneration is needed.
-
validateFlutterFireInstallation(
) → bool - Validates that the flutterfire CLI tool is installed.