WebAppConfig class
Configuration metadata of a single Firebase App for the web.
Constructors
Properties
- apiKey ↔ String?
-
The
[
keyString
](https://cloud.google.com/api-keys/docs/reference/rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API key associated with theWebApp
.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?
-
DEPRECATED. _Instead, find the default Firebase Realtime Database
instance name using the
list endpoint
within the Firebase Realtime Database REST API.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId ↔ String?
-
DEPRECATED. Instead, use product-specific REST APIs to find the
location of resources. 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?
-
DEPRECATED. _Instead, find the default Cloud Storage for Firebase
bucket using the
list endpoint
within the Cloud Storage for Firebase REST API.
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