From d2efcab55124919e8e3a86ce88fe751b2ae6cd65 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 9 Oct 2017 09:40:23 -0700 Subject: Update README.md with Messaging dep on InstanceID (#343) Until we can make a hard dependency with CocoaPods 1.4.0, the FirebaseCommunity/Messaging's soft dependency on FirebaseInstanceID needs to be satisfied by a Podfile directive. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fbc7fa8..6e66b80 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ To run the Storage Integration tests, follow the instructions in ### Firebase Messaging +To use Messaging, include `pod 'FirebaseInstanceID'` in your Podfile, in addition to `pod 'FirebaseCommunity/Messaging'`. + #### Push Notifications Push notifications can only be delivered to specially provisioned App IDs in the developer portal. In order to actually test receiving push notifications, you will need to: -- cgit v1.2.3