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

improve a little the readme #5

Closed
KernelFolla opened this issue Dec 22, 2021 · 1 comment
Closed

improve a little the readme #5

KernelFolla opened this issue Dec 22, 2021 · 1 comment

Comments

@KernelFolla
Copy link

this plugin works fine but to make it working I had to study and debug because I've used the class CapacitorFirebaseDynamicLinks instead of FirebaseDynamicLinks with the result that events aren't registered and triggered. I think a couple of lines with an example like this can be enough:

import {FirebaseDynamicLinks} from '@pantrist/capacitor-firebase-dynamic-links'; 
// ...
FirebaseDynamicLinks.addListener('deepLinkOpen', (data: { url: string }) => {
    // ....
);

do you need a PR for this?

@KernelFolla KernelFolla changed the title update the doc improve a little the readme Dec 22, 2021
@NLueg NLueg closed this as completed in 7df14a5 Dec 25, 2021
@NLueg
Copy link
Contributor

NLueg commented Dec 25, 2021

Thanks for your issue! I just added an example that clarifies the usage of the plugin

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