kemusa / nowala-mobile

Nowala Mobile App
0 stars 0 forks source link

User getting “something went wrong error” when logging in #1

Closed kemusa closed 2 years ago

kemusa commented 2 years ago

After initial authentication from sign up and then a second login attempt from login, the user received the error shown in the photo

image

kemusa commented 2 years ago

After checking the error through attempting to login into the user's account, it's clear the issue is a Firebase "too-many-requests" error. Not sure what caused this as the Firebase Auth logs don't show a spike in auth attempts from this account.

kemusa commented 2 years ago

The solution for now is to error handle this specific error message from Firebase

kmatsuno commented 2 years ago

https://user-images.githubusercontent.com/97732704/149624834-1a7405cf-70bb-4aa5-b5d0-1b61ce052aae.MP4

kemusa commented 2 years ago

@kmatsuno Can you confirm if this issue is solved for you?

kemusa commented 2 years ago

@kmatsuno Can you confirm if this issue is solved for you?

kmatsuno commented 2 years ago

Yes it is solved from my side. Closing this issue