6.7.0 • Published 24 days ago

@awesome-cordova-plugins/firebase-dynamic-links v6.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

Firebase Dynamic Links

$ ionic cordova plugin add cordova-plugin-firebase-dynamiclinks --save --variable APP_DOMAIN="example.com" --variable APP_PATH="/"
$ npm install @ionic-native/plugins/firebase-dynamic-links

Usage Documentation

Plugin Repo: https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks

Cordova plugin for Firebase Dynamic Links

Variables APP_DOMAIN and APP_PATH specify web URL where your app will start an activity to handle the link. They also used to setup support for App Indexing. Go to firebase console and export google-services.json and GoogleService-Info.plist. Put those files into the root of your cordova app folder.

Preferences:

Preferences GoogleIOSClientId and GoogleAndroidClientId are used to setup dynamic links when you have an app for several platforms. You can find values at your GoogleService-Info.plist (key ANDROID_CLIENT_ID) and google-services.json (key client0.oauth_client0.client_id).

config.xml:

<platform name="ios">
    <preference name="GoogleIOSClientId" value="..." />
</platform>
<platform name="android">
    <preference name="GoogleAndroidClientId" value="..." />
</platform>

Supported platforms

  • Android

    • iOS
6.7.0

24 days ago

6.5.0

5 months ago

6.6.0

5 months ago

6.4.0

10 months ago

6.3.0

1 year ago

6.1.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.2.0

2 years ago

5.46.0

2 years ago

5.45.0

2 years ago

6.0.0-alpha.3

2 years ago

6.0.0-alpha.4

2 years ago

5.43.0

2 years ago

5.44.0

2 years ago

5.42.0

2 years ago

6.0.0-alpha.0

2 years ago

6.0.0-alpha.1

2 years ago

6.0.0-alpha.2

2 years ago

5.41.0

2 years ago

5.40.0

2 years ago

5.39.1

2 years ago

5.37.3

2 years ago

5.38.0

2 years ago

5.39.0

2 years ago

5.37.2

2 years ago

5.37.1

2 years ago

5.37.0

3 years ago

5.36.1

3 years ago

5.36.0

3 years ago