anasfik / work-out-mobile-app

it's a mobile application for both android and ios made for work out and fitness purpose, but it can be used under all subject you want
52 stars 13 forks source link

Firebase Authentication #2

Open omertaske opened 1 year ago

omertaske commented 1 year ago

My friend, first of all, thank you for such a project. I am having some problems. I just wanted to do a few tests in practice. A confirmation link is not sent to my email address after logging in. I couldn't solve it and couldn't find a way. I tried a lot but I couldn't. I will be glad if you help.

It tells me this as an error.

firebase_auth/too-many-requests] We have blocked all requests from this device due to unusual activity. Try again later.

anasfik commented 1 year ago

Hi, first thank you for referring me for help. the firebase_auth/too-many-requests] is a firebase-specific exception that is thrown when you send an unusual amount of unexpected requests from the firebase auth, such as trying to send an email verification request 20 times in one hour, firebase sees it as unusual and block temporarily the device from sending more request.

So the solution is:

Hope this fixes it for you. You're welcome anytime for help