FirebaseFunctionsIdentity extension type

The Firebase Functions Identity namespace

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beforeUserCreated(JSObject optsOrHandler, [JSFunction handler]) JSFunction
Handles an event that is triggered before a user is created @param optsOrHandler - Either an object containing function options, or an event handler (run before user creation) @param handler? - If defined, an event handler which is run every time before a user is created
beforeUserSignedIn(JSObject optsOrHandler, [JSFunction handler]) JSFunction
Handles an event that is triggered before a user is signed in. @param optsOrHandler - Either an object containing function options, or an event handler (run before user signin) @param handler - Event handler which is run every time before a user is signed in
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