APIConfig class

Configurations necessary for making all Identity Toolkit requests.

Annotations
  • @protected

Constructors

APIConfig(String apiKey, String projectId)
Construct APIConfig.

Properties

apiKey String
The API Key associated with the Firebase project used for initialization.
final
emulator → EmulatorConfig?
Get the current EmulatorConfig or null.
no setter
hashCode int
The hash code for this object.
no setterinherited
projectId String
The project Id associated with the Firebase project used for initialization.
final
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
setEmulator(String host, int port) → void
Set a new EmulatorConfig or null.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited