Discussed in #18
Originally posted by jiroscripts October 15, 2025
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.
Discussed in #18
Originally posted by jiroscripts October 15, 2025
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.