AdminSdkConfig class

Constructors

AdminSdkConfig({String? databaseURL, String? locationId, String? projectId, String? storageBucket})
AdminSdkConfig.fromJson(Map _json)

Properties

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
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