firestore.FirestoreAuthEvent interface
Stay organized with collections
Save and categorize content based on your preferences.
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[],null,["**Signature:** \n\n export interface FirestoreAuthEvent\u003cT, Params = Record\u003cstring, string\u003e\u003e extends FirestoreEvent\u003cT, Params\u003e \n\n**Extends:** [FirestoreEvent](./firebase-functions.firestore.firestoreevent.md#firestorefirestoreevent_interface)\\\u003cT, Params\\\u003e\n\nProperties\n\nfirestore.FirestoreAuthEvent.authId\n\nThe unique identifier for the principal\n\n**Signature:** \n\n authId?: string;\n\nfirestore.FirestoreAuthEvent.authType\n\nThe type of principal that triggered the event\n\n**Signature:** \n\n authType: AuthType;"]]