Skip to content

Bearer Token Gen Script

Aniketh Swain edited this page Jun 6, 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. Handles cases when status code is not 200. Contact senior devs for credentials and script.

Clone this wiki locally