-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] linking credential to anonymous user #2344
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
Comments
Hi @adworzynski |
[√] Flutter (Channel stable, v1.12.13+hotfix.9, on Microsoft Windows [Version 10.0.18363.720], locale pl-PL) [!] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [!] Android Studio (not installed) [√] IntelliJ IDEA Ultimate Edition (version 2019.3) [√] Connected device (1 available) ! Doctor found issues in 2 categories. |
|
Hey @adworzynski no biggie but in future please try to add log outputs in Are you still having problems with your original issue? - thanks! |
Yes, I've upgraded to firebase_auth: 0.16.0, but still the same issue appears. |
OK, that is strange. I've created automated test that first create anonymous account and after some time tries to link it with creadentials and it sometimes work and sometimes throw error mentioned earlier. |
Hi @adworzynski |
I'm just calling: And after that (after filling enrollment form, up to 20 seconds later)
At the top of my application I have StreamBuilder with stream: |
Hey 👋 Our rework of the Auth, Core & Firestore plugins as part of the FlutterFire roadmap was published over a week ago with a ton of fixes and new features. As part of this we introduced a new documentation site which should has a lot of new documentation that should cover this issue & others in general. If you spot any issues on the documentation or anything missing then please raise a new GitHub issue, or better yet suggest a change via a Pull Request (there's a 'Edit this page' button at the bottom of every page on the docs). See: https://firebase.flutter.dev/docs/auth/usage#linking-user-accounts Additionally, for help migrating to these new plugins I'd recommend checking out the migration guide: https://firebase.flutter.dev/docs/migration |
Calling:
on anonymous user case error:
The text was updated successfully, but these errors were encountered: