firebase-authentication

Extract Created date and last login from firebase authentication using Python

Extract Created date and last login from firebase authentication using Python Question: Currently my python code gets the user id and email of all users from firebase authentication using the firebase admin SDK, however I am unable find the correct syntax to extract the user metadata such as the created and last login date/time (which …

Total answers: 3

List all users from Firebase Authentication

List all users from Firebase Authentication Question: I am currently using the Pyrebase wrapper to get information (such as their email and created date) of all users. I tried looking through the documentation and cross reference it to Pyrebase documentation however i don’t seem to get what i’m looking for. Currently i have tried this: …

Total answers: 2