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

1.1.0 • Public • Published

@sencrop/capacitor-firebase-dynamic-links

Firebase dynamic links Plugin for Capacitor

Install

npm install @sencrop/capacitor-firebase-dynamic-links
npx cap sync

API

addListener('deepLinkOpen', ...)

addListener(eventName: 'deepLinkOpen', listenerFunc: (data: DeepLinkOpen) => void) => PluginListenerHandle
Param Type
eventName 'deepLinkOpen'
listenerFunc (data: DeepLinkOpen) => void

Returns: PluginListenerHandle


Interfaces

PluginListenerHandle

Prop Type
remove () => Promise<void>

DeepLinkOpen

Prop Type
url string

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

20.7 kB

Total Files

25

Last publish

Collaborators

  • adeprez