diff --git a/Examples/simple-fcm-client/README.md b/Examples/simple-fcm-client/README.md new file mode 100644 index 0000000000000000000000000000000000000000..787e5d766c0aa6d4beaed5110d4a59dce3fd6d52 --- /dev/null +++ b/Examples/simple-fcm-client/README.md @@ -0,0 +1,14 @@ +# simple-fcm-client + +## iOS + +### Installation + +- `yarn install` +- Overwrite `ios/GoogleService-info.plist` with your file +- Change the _Bundle Identifier_ in Xcode project settings +- Select your _Team_ for both targets (`SimpleFcmClient` and `SimpleFcmClientTests`) + +## Android + +TBA - PRs welcome!