WebAppConfig class

Configuration metadata of a single Firebase App for the web.

Constructors

WebAppConfig({String? apiKey, String? appId, String? authDomain, String? databaseURL, String? locationId, String? measurementId, String? messagingSenderId, String? projectId, String? storageBucket})
WebAppConfig.fromJson(Map _json)

Properties

apiKey String?
The API key associated with the WebApp.
getter/setter pair
appId String?
The globally unique, Firebase-assigned identifier for the WebApp.
getter/setter pair
authDomain String?
The domain Firebase Auth configures for OAuth redirects, in the format: PROJECT_ID.firebaseapp.com
getter/setter pair
databaseURL String?
The default Firebase Realtime Database URL.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationId String?
The ID of the Project's default GCP resource location.
getter/setter pair
measurementId String?
The unique Google-assigned identifier of the Google Analytics web stream associated with the WebApp.
getter/setter pair
messagingSenderId String?
The sender ID for use with Firebase Cloud Messaging.
getter/setter pair
projectId String?
A user-assigned unique identifier for the FirebaseProject.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBucket String?
The default Cloud Storage for Firebase storage bucket name.
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