aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-10-09 09:40:23 -0700
committerGravatar GitHub <noreply@github.com>2017-10-09 09:40:23 -0700
commitd2efcab55124919e8e3a86ce88fe751b2ae6cd65 (patch)
tree09e972641aae336d4f67b3312033c54e6c5a38d1 /README.md
parentcf17df7c6626d69b2e3afd076ef6ad0815dc8845 (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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: