We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, in general, this plugin is working well.
But, I found a bug on IOS that happens only when the app is completely closed (not in background).
The function callback is executed, but, the values are empty.
await this.platform.ready() this.firebaseDynamicLinks.onDynamicLink().subscribe(data => { console.log(data) // empty values this.handleDynamicLink(data.deepLink) })
In this way. I'm not able to redirect the user to a specific content inside my app.
Can you please help me? Thank you!!
The text was updated successfully, but these errors were encountered:
I encountered same issue. Did you solve it @mateusduraes ?
Sorry, something went wrong.
I had the same issue and it was caused by a conflict with cordova-plugin-firebasex.
No branches or pull requests
Hi, in general, this plugin is working well.
But, I found a bug on IOS that happens only when the app is completely closed (not in background).
The function callback is executed, but, the values are empty.
In this way. I'm not able to redirect the user to a specific content inside my app.
Can you please help me?
Thank you!!
The text was updated successfully, but these errors were encountered: