Ad
Firebase Phone Authentication "We Have Blocked All Requests From This Device Due To Unusual Activity. Try Again Later."
I am developing and testing an app. I am getting the following message when I was expecting a text with the 6 digit pen.
{code: "auth/too-many-requests", message: "We have blocked all requests from this device due to unusual activity. Try again later."}
so I tried going to authentication
=>Sign-in method
=>phone
and add a # for testing but i get the following error
error adding test phone number
Does anyone know how to get arround either one of these issues so i can continue testing my app.
Thanks
Ad
Answer
Per the documentation, you cannot add the phone number of an existing user. You should delete the user that is using your phone number before you can add it to the whitelist.
Ad
source: stackoverflow.com
Related Questions
- → How can I query Firebase for an equalTo boolean parameter?
- → How can I access nested data in Firebase with React?
- → Firebase simple blog (confused with security rules)
- → Removing item in Firebase with React, re-render returns item undefined
- → AngularJS Unknown Provider Error (Firebase & AngularFire)
- → How do you pass top level component state down to Routes using react-router?
- → "this" is null in firebase query function in reactjs
- → Angular Module Failed to Load
- → Multiple dex files define Lcom/google/android/gms/internal/zzrx;
- → Joining Firebase tables in React
- → How can I make add firepad to my reactjs project?
- → How to use Cloud Functions for Firebase to prerender pages for SEO?
- → React.js component has null state?
Ad