FirebaseUI-Flutter icon indicating copy to clipboard operation
FirebaseUI-Flutter copied to clipboard

[firebase_ui_auth] Move away from dynamic links usage

Open iKK001 opened this issue 2 years ago • 12 comments

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 ?

iKK001 avatar Aug 17 '23 10:08 iKK001

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

danagbemava-nc avatar Aug 17 '23 11:08 danagbemava-nc

The referenced package is not maintained by us :) Although this is valid for our auth packages as well.

lesnitsky avatar Aug 17 '23 12:08 lesnitsky

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...

iKK001 avatar Aug 17 '23 13:08 iKK001

Hello, anyway to keep Firebase UI for magic link but not dynamic links ?

QuentinSc avatar Feb 06 '24 14:02 QuentinSc

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

Levi-Lesches avatar Aug 01 '24 21:08 Levi-Lesches

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.

Lyokone avatar Aug 02 '24 15:08 Lyokone

Sorry, I read it as 2024 and got concerned. Sounds good :)

Levi-Lesches avatar Aug 02 '24 15:08 Levi-Lesches

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.

github-actions[bot] avatar Nov 12 '24 14:11 github-actions[bot]

This does need fixing.

EnduringBeta avatar Nov 12 '24 14:11 EnduringBeta

Any updates ? we need a new way to support email link sign in.

LaiZhou avatar Mar 07 '25 07:03 LaiZhou