test. auth
            Namespace for testing Auth functions using the Cloud Functions for Firebase Test SDK.
Methods
exampleUserRecord
exampleUserRecord() returns functions.auth.UserRecord
Fetch an example UserRecord already populated with data.
- Returns
 - 
                  
non-null functions.auth.UserRecord 
makeUserRecord
makeUserRecord(fields) returns functions.auth.UserRecord
Function to create a UserRecord.
                      Parameter | 
                  |
|---|---|
| 
                         fields  | 
                      
                         Object Fields of  Value must not be null.  | 
                    
- Returns
 - 
                  
non-null functions.auth.UserRecord