Coder Social home page Coder Social logo

Comments (4)

thatfiredev avatar thatfiredev commented on June 1, 2024 5

@DonBraulio Sorry that you ran into that error.

And that seems to be a problem on our side: the linkWithCredential() method is currently broken due to a change in the way Cloud Identity works. Starting in September 15, Email Enumeration protection has been automatically enabled on new Firebase/Cloud projects which causes the error you're seeing. A workaround for now is to disable enumeration protection.

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.

from make-it-so-android.

johananl avatar johananl commented on June 1, 2024 1

@collaxd FYI ☝️

from make-it-so-android.

collaxd avatar collaxd commented on June 1, 2024

pls provide how to resolve it @thatfiredev, i'm new with android idk how, cos your link is for Node.js to continue curse

from make-it-so-android.

johananl avatar johananl commented on June 1, 2024

Workaround instructions which worked for me:

  1. Install gcloud: https://cloud.google.com/sdk/docs/install
  2. Run gcloud init, choose the correct Google account on the browser tab that gets automatically opened and authorize the SDK to access the account.
  3. Run export PROJECT_ID=my-project-id.
  4. Run export ACCESS_TOKEN=$(gcloud auth print-access-token --project=$PROJECT_ID).
  5. Run the following:
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"

from make-it-so-android.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.