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

The FirebaseDynamicLinks.addListener does not raise a link open event #23

Open
proyoli opened this issue Feb 5, 2023 · 4 comments
Open

Comments

@proyoli
Copy link

proyoli commented Feb 5, 2023

I've encountered a very strange problem...

It would be great if you could help me.

I use capacitor-firebase-dynamic-links version 4.1.0

I have created a short dynamic link, but am having trouble getting it on the application side
I receive the following message on app init.
⚡️ To Native -> CapacitorFirebaseDynamicLinks addListener 121559900

but
FirebaseDynamicLinks.addListener('deepLinkOpen', (data) => {
alert(data.url);
});

does not raise any event .

Could you please let me know what the problem is? Do you have any suggestions on what I should check?

Refards

@Zeusmist
Copy link
Contributor

@proyoli Have you been able to resolve this?

@NLueg
Copy link
Contributor

NLueg commented Feb 24, 2023

Hey there, this is actually pretty strange. This issue is reported every once in a while but I am not able to reproduce it for my apps that are using this plugin. Can you provide something like a minimal example?
I have no idea what the issue could be to be honest.

@ogaguinaga
Copy link

did you ever figure this out? I'm am experiencing a similar issue. I added the event listener for deepLinkOpen however nothing inside the callback is being called.

@RAPHAELSTZ
Copy link

Same here :/

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

5 participants