Expose setFilterByAuthorizedAccounts for Google Sign-In #18
Closed
jiroscripts
started this conversation in
Ideas
Replies: 2 comments
|
Thanks @jiroscripts You can now pass filterByAuthorizedAccounts from the React Native side |
0 replies
|
Awesome ! Thanks a lot for this package ;) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a specific reason why the module internally handles setFilterByAuthorizedAccounts instead of exposing it to React Native?
I would like to allow users to sign up or sign in with any Google account at any time, but the current implementation doesn’t allow this.
In my opinion, signUpWithGoogle shouldn’t manage filterByAuthorizedAccounts itself. Since the method already returns the sign-in result, the decision to filter accounts could be delegated to the React Native side, giving more flexibility to the app.
All reactions