From 83268c1ce9e8f97f4f6f086d27792ec9eae29339 Mon Sep 17 00:00:00 2001 From: Matteo Tammaccaro Date: Tue, 9 May 2017 12:36:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5beafd7..4c85721 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,9 @@ Edit `AppDelegate.m`: ### FCM config file -In [firebase console](https://console.firebase.google.com/), you can get `google-services.json` file and place it in `android/app` directory and get `GoogleService-Info.plist` file and place it in `/ios/your-project-name` directory (next to your `Info.plist`) +In [firebase console](https://console.firebase.google.com/), you can: +- for **Android**: download `google-services.json` file and place it in `android/app` directory +- for **iOS**: download `GoogleService-Info.plist` file and place it in `/ios/your-project-name` directory (next to your `Info.plist`) ## 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