drf-firebase-auth
drf-firebase-auth copied to clipboard
Firebase backend to receive a user idToken and authenticate via Django REST Framework 'authentication.BaseAuthentication'. Optionally, a new local user can be created in the process.
I am using Firebase Mobile Auth, and getting error it is searching for email and obviously thats not available in phone authentication, please look at the issue. `Internal Server Error:...
Hi, Just reviewing my web API performance and found high latency whenever firebase_auth.get_user() is called, since it sends a blocking HTTP request to the Firebase Auth API. I've read a...
For some reasons (testing purpose and etc) it would be great to avoid this exception raising. > Traceback (most recent call last): api | File "manage.py", line 16, in api...
if the facebookuser is registread with mobile number in django local database user is not going to create why because facebok wont gives the info of users it only gives...
Committing `firebase.json` to a repo should not be the way to deploy a Django server (I have a Heroku Django app, and committing that file is the only way I...
No Authorization header returns Invalid Authorization header format, expecting: JWT ., and a blank one results in JWT was found to be invalid, or the App’s project ID cannot be...
Fix authentication.py for catch new firebase-admin exceptions / create admin.py / append requirements
Hi I don't know if this is related to drf-firebase-auth but I believe there is something I'm missing here. I'm developing a flutter app with a Django backend. After users...