I am trying to get the user ids, signup date and their email addresses from the firebase account to json file using python so that I can just run the command everyday and get the users data updated everyday instead of copy/paste everyday. I have never worked with JSON using python ever before. My boss has provided me 2 links for help which are very useful but I don't know how to write the exact code in Python to get it working. The links he provided me are as follows:
- https://firebase.google.com/docs/cli/auth
- https://www.pluralsight.com/guides/importing-data-from-json-resource-with-python
screenshot of the data I require
