FirebaseUI-Flutter
FirebaseUI-Flutter copied to clipboard
[firebase_ui_auth] Move away from dynamic links usage
The flutterfire package firebase_auth_ui_login uses dynamic links.
However, the dynamic links will be shut down as stated in the official Google documentation here
Any plans on when you update your package to mitigate this deprecation ??
Is there any replacement that I can add in your firebase_auth_ui_login package ?
What will happen to all the many Flutter packages that incorporate dynamic links ?
Hi @iKK001, I think for now, you can continue to use dynamic links until 2025. The UI packages will need to be eventually migrated from dynamic links. Labeling for further insight from the team.
cc @lesnitsky
The referenced package is not maintained by us :) Although this is valid for our auth packages as well.
Thanks, I do certainly NOT want to implement anything that is deprecated in 2025 already.
In the meantime I hope Flutter can keep up all the dynamic-link mess eventually.
A good way could be if your packages have the dynamic links OPTIONAL. Email-verification without dynamic links would then, for example, wait on a timer until the user.isVerified becomes true...
Hello, anyway to keep Firebase UI for magic link but not dynamic links ?
Hi, just pointing out that dynamic links will stop being functional in just a few weeks. package:firebase_auth stopped using it, and now this package is the only user of firebase_dynamic_links in my project. Is there a timeline for when this will be removed, or steps needed to safely remove it? Perhaps I can help with a PR if you could point me in a direction
Hello @Levi-Lesches, the official depreciation date is August 2025 as noted here: https://firebase.google.com/docs/dynamic-links
We will remove it close to this timeline but will add depreciation warnings to the UI library.
Sorry, I read it as 2024 and got concerned. Sounds good :)
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
This does need fixing.
Any updates ? we need a new way to support email link sign in.