Stay organized with collections Save and categorize content based on your preferences.
Functions Classes Class Description HttpsError An explicit error that can be thrown from a handler to send an error to the client that called the function. UserBuilder Builder used to create functions for Firebase Auth user lifecycle events. UserRecordMetadata Helper class to create the user metadata in aUserRecord
object. Interfaces Interface Description UserOptions Options for Auth blocking function. Type Aliases Type Alias Description UserInfo UserInfo
that is part of the UserRecord
. UserRecord The UserRecord
passed to Cloud Functions is the same UserRecord that is returned by the Firebase Admin SDK. auth.user()
Handles events related to Firebase Auth users events.
Signature:
export declare function user(userOptions?: UserOptions): UserBuilder;
Parameters Parameter Type Description userOptions UserOptions Resource level options
Returns:
UserBuilder - Builder used to create functions for Firebase Auth user lifecycle events
auth.userRecordConstructor()Helper function that creates a UserRecord
class from data sent over the wire.
Signature:
export declare function userRecordConstructor(wireData: Record<string, unknown>): UserRecord;
Parameters Parameter Type Description wireData Record<string, unknown> data sent over the wire
Returns:
an instance of UserRecord
with correct toJSON functions
UserInfo
that is part of the UserRecord
.
Signature:
export type UserInfo = auth.UserInfo;
auth.UserRecord
The UserRecord
passed to Cloud Functions is the same UserRecord that is returned by the Firebase Admin SDK.
Signature:
export type UserRecord = auth.UserRecord;
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 2023-11-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4