Skip to content

Bearer Token Gen Script

Aniketh Swain edited this page Jun 7, 2023 · 6 revisions

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.

Clone this wiki locally