Namespace: auth Stay organized with collections Save and categorize content based on your preferences.
test. auth
Namespace for testing Auth functions using the Cloud Functions for Firebase Test SDK.
Methods
exampleUserRecord
exampleUserRecord() returns functions.auth.UserRecord
Fetch an exampleUserRecord already populated with data.
- Returns
non-null functions.auth.UserRecord
makeUserRecord
makeUserRecord(fields) returns functions.auth.UserRecord
Function to create aUserRecord.
Parameter | |
|---|---|
fields | Object Fields of Value must not be null. |
- Returns
non-null functions.auth.UserRecord
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-03 UTC.