-
Notifications
You must be signed in to change notification settings - Fork 66
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
Error linking account #43
Comments
@DonBraulio Sorry that you ran into that error. And that seems to be a problem on our side: the Our engineering team is working into addressing the issue so that the workaround is not needed. I will update this issue once I hear back from them. |
pls provide how to resolve it @thatfiredev, i'm new with android idk how, cos your link is for Node.js to continue curse |
Workaround instructions which worked for me:
curl -X PATCH -d "{'emailPrivacyConfig':{'enableImprovedEmailPrivacy':false}}" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H 'Content-Type: application/json' -H "X-Goog-User-Project: $PROJECT_ID" \
"https://identitytoolkit.googleapis.com/admin/v2/projects/$PROJECT_ID/config?updateMask=emailPrivacyConfig" |
@collaxd FYI ☝️ |
This help me fix the problem: |
@thatfiredev This problem is still not fixed yet. |
Please check this #27 (comment) |
Hi, I'm following this tutorial and when I reach the Firebase Authentication step, I get the following snackbar error while trying to create an account:
However, in the Firebase Console I've already added the access provider for email/password (and the anonymous, which is added by default), both have a green tick saying correctly enabled.
I've recreated the Firebase project and the local code, and reproduced the steps (there are very few steps) as straightforward as possible, but I still get this error.
Any ideas of why this could be happening?
The text was updated successfully, but these errors were encountered: