Python Firebase auth (Sign up with email / password)
Check Python firebase authentication Definitive guide (2021) for the full tutorial.
To create a new user account on firebase Auth using python you need to send a POST request to this URL
https://identitytoolkit.googleapis.com/v1/accounts:signUp
t...
icodes.hashnode.dev1 min read