Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We��ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [FIREBASE_AUTH] userAccessGroup setting signs users out, and there's no way to migrate existing users #11870

Open
hamishjohnson opened this issue Nov 11, 2023 · 0 comments
Labels
platform: ios Issues / PRs which are specifically for iOS. plugin: auth type: enhancement New feature or request

Comments

@hamishjohnson
Copy link

What feature would you like to see?

I set the userAccessGroup in my app, however, it causes existing users to log out.

In the firebase swift docs, there's instructions on how to update the user using swift SDK getStoredUser and updateCurrentUser https://firebase.google.com/docs/auth/ios/single-sign-on

However, this capability is not included in the Flutter SDK, so I cannot perform the migration. If I deploy my app, all my users are going to get logged out, which is an especially big problem for anonymous users.

@hamishjohnson hamishjohnson added Needs Attention This issue needs maintainer attention. type: enhancement New feature or request labels Nov 11, 2023
@danagbemava-nc danagbemava-nc added triage Issue is currently being triaged. plugin: auth platform: ios Issues / PRs which are specifically for iOS. and removed Needs Attention This issue needs maintainer attention. triage Issue is currently being triaged. labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: ios Issues / PRs which are specifically for iOS. plugin: auth type: enhancement New feature or request
2 participants