{ "users": [ { "localId": "{firebaseUserId}", "email": "test@email.com", "emailVerified": true, "displayName": "Test User", "disabled": false, "createdAt": 1544166926000, "lastLoginAt": 1589894093000, "providerUserInfo": [ { "federatedId": "test@email.com", "rawId": "test@email.com", "displayName": "Test User", "email": "test@email.com", "providerId": "password" } ], "passwordHash": "{base64Hash}", "salt": null, "validSince": 1544166926 } ], "hashAlgorithm": "SCRYPT", "signerKey": "{firebaseSignerKey}", "memoryCost": 8, "rounds": 14, "saltSeparator": "Bw==", "allowOverwrite": true }