Deleted the user and tried signing up with google and this happened.
TL;DR
Title: Google OAuth - User email already exists
Summary: A developer encountered an issue while trying to sign up with Google OAuth. The error message stated that the user's email already exists.
Solution: Since the user had already been deleted, a possible solution would be to troubleshoot the Google OAuth configuration. This could involve double-checking the callback URLs, client IDs, and permissions in the OAuth setup to ensure everything is correctly configured. Additionally, checking the database to ensure there are no remnants of the previously deleted user may also help resolve the issue.Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...