Capacitor plugin for Firebase Dynamic Links
npm i @joinflux/capacitor-firebase-dynamic-links
Unknown, at the moment we have not tested the implementation on Android.
Nothing more needed
None
Add this method when the app starts to listen for the dynamic link.
CapacitorFirebaseDynamicLinks.addListener('deepLinkOpen', (data: { url: string }) => {
// Implement your navigation handler
})