I’m implementing Google provider login with Firebase Authentication, but the getRedirectResult
method is not returning any results.
Problem Details:
- I suspect the issue is because the Firebase Authentication server isn’t configured to allow redirection from my domain.
- When trying to adjust the settings in the Google Cloud Platform (GCP) Console, I realized that the Firebase project didn’t automatically create a corresponding GCP project.
Steps Taken:
- Checked if the GCP project was created and realized it wasn’t available in the GCP console.
- Attempted to find the option to link the Firebase project to a GCP project but couldn’t find it.
Questions:
- How do I link the Firebase project to the Google Cloud project?
- How can I ensure that the domain used for redirection is configured correctly for Firebase Authentication?
Any assistance is greatly appreciated.
I manually created a Google Cloud project, but I could not find the option to link my Firebase project with this Google Cloud project. Specifically, in the “Project Settings” under the “Overview” tab, there is no “Link to Google Cloud Project” button available.
Yoko Droal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.