Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google sign in with redirect page does not sign in, nor create a user #837

Open
Natanada opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@Natanada
Copy link

Natanada commented Oct 7, 2024

Step 1: Describe your environment

  • Operating system: IPadOS
  • Browser: Safari
  • Firebase SDK version: latest

Step 2: Describe the problem:

Steps to reproduce:

  1. Clone the repository
  2. Create a new firebase project
  3. Add a web app to the firebase project
  4. Enable google authorization for the project
  5. Navigate to auth directory
  6. Login to firebase
  7. Add the project to firebase
  8. Populate config.js with the firebase project config values
  9. Install npm dependencies
  10. Deploy the firebase app
  11. Test the app by navigating to the google sign in with redirect page
  12. Click sign in with google button
  13. Accept the terms and click continue on the redirect page
  14. After redirect, user values displayed on the page remain null, firebase project does not show any new users

Observed Results:

  • No user was created, and no sign in was performed

Expected Results:

  • The page to display the user credentials after redirect, and a new user record to display in the firebase console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant