Bearer Token Gen Script - DSGT-DLP/Deep-Learning-Playground GitHub Wiki

This script streamlines the process to get a bearer token for a registered user. The script can be run in the command line by running python -m backend.firebase_helpers.bearer [email protected] where [email protected] can be replaced with user that you are trying to get the token for. Script accounts for each status code and returns the token for the user. Can be used for testing backend issues without loading the dev environment. Contact senior devs for credentials and script.