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

Extend to include support for Firebase dynamic links #4

Open
sischnei opened this issue Nov 11, 2022 · 1 comment
Open

Extend to include support for Firebase dynamic links #4

sischnei opened this issue Nov 11, 2022 · 1 comment

Comments

@sischnei
Copy link

I'm trying to extend your example to support firebase dynamic links, both on the Web as well as in Android. However, I'm struggling to get it working in conjunction with authentication. I tried to implement it as shown in this tutorial which also uses go_router + riverpod to get dynamic links working, but I have only been able to get it working on Android.

On the web - as soon as I implement the providers as shown in your example, whenver I load a link fresh it makes a cold start of the application and ends up redirecting me to my main page (after I briefly see the correct location). Any hints on that?

@lucavenir
Copy link
Owner

Hi @sischnei

I'd have to look at your actual implementation, with a reproducible example, to lend a hand the way you need.

Consider that this repo exists to show off simple authentication use cases; while surely I'd love to accommodate every request the community has, some edge cases should be solved on their own.

Nonetheless, if we find some sort of solution, this could be great to other users using Firebase Dynamic Links, so I'll wait for you. Let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants