-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Firebase authentication with e-mail provider is not redirecting #2031
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: appengineIssues related to the App Engine Admin API API.Issues related to the App Engine Admin API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: appengineIssues related to the App Engine Admin API API.Issues related to the App Engine Admin API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In which file did you encounter the issue?
https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/appengine/standard_python37/building-an-app/building-an-app-3/templates/index.html
Did you change the file? If so, how?
Updated firebaseui version to a newer version:
<script src="https://cdn.firebase.com/libs/firebaseui/3.5.2/firebaseui.js"></script>Describe the issue
The example as described here:
https://cloud.google.com/appengine/docs/standard/python3/building-app/adding-firebase?hl=es-419
is using version 2.6.2 of the libraries.
When using an e-mail for the authentication with firebase, redirection is not working properly when a new user is registered. If the use click the "Save" button nothing happens.
Newer versions of the library (e.g. 3.5.2) are working properly.
Kind regards,
Daniel.