README.md 298 Bytes
Newer Older
Simon Wade's avatar
Simon Wade committed
1 2 3 4 5 6 7 8 9 10
# 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`)
Simon Wade's avatar
Simon Wade committed
11 12 13 14

## Android

TBA - PRs welcome!