You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to validate incorrect credentials using signInWithEmailAndPassword. I see the following printed in my console why I initialise this function.
Post **Endpoint + Key= {APIKEY} 400 (Bad Request)
My goal is to catch this message and prevent it from printing in console.
Also, can malicious actors hit the endpoint enough using your APIKEY that a firebase app reaches its request quota thus jeopardising users from being able to login?
I have tried to read the details on Firebase but there is no mention about this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Fellow Firebaser,
I am currently trying to validate incorrect credentials using
signInWithEmailAndPassword
. I see the following printed in my console why I initialise this function.My goal is to catch this message and prevent it from printing in console.
Also, can malicious actors hit the endpoint enough using your APIKEY that a firebase app reaches its request quota thus jeopardising users from being able to login?
I have tried to read the details on Firebase but there is no mention about this.
Beta Was this translation helpful? Give feedback.
All reactions