From a5268d6b0460f237e14670b5f59e0389b90c01fd Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 3 Jul 2017 09:43:15 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7243e..6ea062b 100644 --- a/README.md +++ b/README.md @@ -233,9 +233,11 @@ Edit `AppDelegate.m`: ### Add Capabilities - Select your project **Capabilities** and enable: - **Push Notifications** - - **Keychain Sharing** - *Background Modes* > **Remote notifications**. +### FirebaseAppDelegateProxyEnabled +This instruction assumes that you have FirebaseAppDelegateProxyEnabled=YES so that Firebase will hook on push notification registration events. If you turn this flag off, you will be on your own to manage APNS tokens and link with Firebase token. + ## Setup Local Notifications NOTE: local notification does NOT have any dependency on FCM library but you still need to include Firebase to compile. If there are enough demand to use this functionality alone, I will separate it out into another repo -- 2.26.2