firestore.FirestoreAuthEvent interface

Signature:

export interface FirestoreAuthEvent, Params = Record, string>> extends FirestoreEvent, Params> 

Extends: FirestoreEvent

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;