/capacitor-firebase-dynamic-links

Capacitor Plugin for Firebase Dynamic Links

Primary LanguageJava

capacitor-firebase-dynamic-links

npm version

Capacitor plugin for Firebase Dynamic Links

Installation

npm i @joinflux/capacitor-firebase-dynamic-links

Android

Unknown, at the moment we have not tested the implementation on Android.

iOS

Nothing more needed

Web

None

Methods

AddListener

Add this method when the app starts to listen for the dynamic link.

CapacitorFirebaseDynamicLinks.addListener('deepLinkOpen', (data: { url: string }) => {
  // Implement your navigation handler
})