From 81c576c28e625dd8120058c5b3b9867bd0e64e7f Mon Sep 17 00:00:00 2001 From: Everett Date: Wed, 27 Sep 2017 14:39:05 -0700 Subject: [PATCH] docs(firebase-dynamic-links): update docs (#1964) Variable REVERSED_CLIENT_ID can be found in your GoogleService-Info.plist under the same key name. Variable PHOTO_LIBRARY_USAGE_DESCRIPTION specifies required value for NSPhotoLibraryUsageDescription on iOS. See: https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks --- src/@ionic-native/plugins/firebase-dynamic-links/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/firebase-dynamic-links/index.ts b/src/@ionic-native/plugins/firebase-dynamic-links/index.ts index 400f7052e..00bc7cbda 100644 --- a/src/@ionic-native/plugins/firebase-dynamic-links/index.ts +++ b/src/@ionic-native/plugins/firebase-dynamic-links/index.ts @@ -15,7 +15,8 @@ export interface DynamicLinksOptions { * Cordova plugin for Firebase Invites and 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. - * + * Variable REVERSED_CLIENT_ID can be found in your GoogleService-Info.plist under the same key name. + * Variable PHOTO_LIBRARY_USAGE_DESCRIPTION specifies required value for NSPhotoLibraryUsageDescription on iOS. * 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: