Commit 2f4239cf authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 372f4c84
...@@ -151,9 +151,9 @@ Edit `AppDelegate.m`: ...@@ -151,9 +151,9 @@ Edit `AppDelegate.m`:
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 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`)
### Setup Local Notifications ## Setup Local Notifications
#### IOS ### IOS
Edit Appdelegate.m Edit Appdelegate.m
```diff ```diff
...@@ -163,7 +163,7 @@ Edit Appdelegate.m ...@@ -163,7 +163,7 @@ Edit Appdelegate.m
+ } + }
``` ```
#### Android ### Android
Edit AndroidManifest.xml Edit AndroidManifest.xml
```diff ```diff
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
......
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