JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

Is there any way to detect a failed login attempt? #78

Open sanghoonio opened 10 months ago

sanghoonio commented 10 months ago

Unlike f$get_created(), which provides a response for a failed user creation attempt, f$get_signed_in() and f$signed_in don't return any response for a failed login attempt. How can I work around this to detect a login attempt that failed either due to bad email or password and display a notification that their login was unsuccessful?