@nadavhalfon/capacitor-firebase-dynamic-links
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

capacitor-firebase-dynamic-links

npm version

Capacitor plugin for Firebase Dynamic Links

Installation

npm i @nadavhalfon/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
})

Package Sidebar

Install

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

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

107 kB

Total Files

39

Last publish

Collaborators

  • nadavhalfon