Commit 51df4117 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Merge pull request #738 from nsarafa/master

fix pod install typo
parents fc499968 657da042
...@@ -187,7 +187,7 @@ cd ios && pod init ...@@ -187,7 +187,7 @@ cd ios && pod init
Edit the newly created `Podfile`: Edit the newly created `Podfile`:
```diff ```diff
# Pods for YOURAPP # Pods for YOURAPP
+ pod 'FirebaseMessaging' + pod 'Firebase/Messaging'
``` ```
Install the `Firebase/Messaging` pod: Install the `Firebase/Messaging` pod:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment