You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: