FirebaseApiAuth class

Special subclass that consults the firebase global and attaches the token to the request

Implemented types
Mixed in types
Available Extensions

Constructors

FirebaseApiAuth()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastApiKey String?
getter/setter pair
lastAuthentication → dynamic
no setteroverride
log → Logger
no setterinherited
loggerName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyToParams(QueryParams queryParams, Map<String, String?> headerParams) Future
Apply authentication settings to header and query params.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

user ↔ User?
getter/setter pair