From 6baaf8146cf5db9b97a45c6c6c240b2660837545 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 3 Jul 2017 09:43:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea062b..0342227 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ Edit `AppDelegate.m`: - *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. +This instruction assumes that you have FirebaseAppDelegateProxyEnabled=YES (default) 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