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
{{ message }}
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
In Auth#signInWithGoogle, handle googleSignIn.signIn returning null, or a user clicking cancel (and any other likely to happen failures). If a failure happens then the users should probably be shown an error snackbar.
Hi, i was try to you app, and got the this error. I have one question. Must i had registered user into my firebase or this method make registering users?
@thisroot There shouldn't be anything needed to specifically register users in Firebase. Make sure you have followed the Firebase configuration setup steps though: Android / iOS. If sign in still doesn't work, please open a new issue.
In
Auth#signInWithGoogle
, handlegoogleSignIn.signIn
returning null, or a user clicking cancel (and any other likely to happen failures). If a failure happens then the users should probably be shown an error snackbar.Related #49.
Methods that are likely to fail:
Relevant file: https://github.com/abraham/birb/pull/44/files#diff-122192ef8946fb1a2ce64cd05629c825R16
The text was updated successfully, but these errors were encountered: