Signature:
export interface FirestoreAuthEvent<T, Params = Record<string, string>> extends FirestoreEvent<T, Params>
Extends: FirestoreEvent<T, Params>
Properties
Property | Type | Description |
---|---|---|
authId | string | The unique identifier for the principal |
authType | AuthType | The type of principal that triggered the event |
firestore.FirestoreAuthEvent.authId
The unique identifier for the principal
Signature:
authId?: string;
firestore.FirestoreAuthEvent.authType
The type of principal that triggered the event
Signature:
authType: AuthType;