[[["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 2019-12-03 UTC."],[],[],null,["# Namespace: auth\n\n[test](/docs/reference/functions/test/test).auth\n================================================\n\nnamespace static\n\nNamespace for testing Auth functions using the Cloud Functions for Firebase Test SDK.\n\nMethods\n-------\n\n### exampleUserRecord\n\nstatic\n\nexampleUserRecord() returns functions.auth.UserRecord\n\nFetch an example `UserRecord` already populated with data.\n\nReturns\n\n: `non-null functions.auth.UserRecord`\n\n### makeUserRecord\n\nstatic\n\nmakeUserRecord(fields) returns functions.auth.UserRecord\n\nFunction to create a `UserRecord`.\n\n| #### Parameter ||\n|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| fields | Object Fields of `UserRecord` to specify. Can be any subset of the fields in [functions.auth.UserRecord](https://firebase.google.com/docs/reference/functions/functions.auth.UserRecord). Value must not be null. |\n\nReturns\n\n: `non-null functions.auth.UserRecord`"]]