FirebaseConfig class
Constructors
- FirebaseConfig.new({String apiKey = '', String authDomain = 'ydangle-high-fidelity-test-2.firebaseapp.com', String databaseURL = 'https://ydangle-high-fidelity-test-2.firebaseio.com', String projectId = 'ydangle-high-fidelity-test-2', String storageBucket = 'ydangle-high-fidelity-test-2.appspot.com', String messagingSenderId = '190616353628', String appId = '1:190616353628:ios:4cb17f49c64e79342a1f99', String measurementId = 'G-WJ1NRS9JKW'})
Properties
- apiKey ↔ String
-
getter/setter pair
- appId ↔ String
-
getter/setter pair
- authDomain ↔ String
-
getter/setter pair
- databaseURL ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- measurementId ↔ String
-
getter/setter pair
- messagingSenderId ↔ String
-
getter/setter pair
- projectId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageBucket ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited