FCM
FCM
Find more about FCM implemented in the project and instructions to set-up firebase
for your server.
## Files in use
**FBInstanceIDService**
```
Updates User Token/ID and logs fresh tokens
```
**FBMessagingService**
```
Receives data and builds notifications
```
## Setting up firebase
* Signup for Firebase account
* Add project and fill required information
* Open `Settings > Project settings > Add firebase to your Android app`
* Enter package name you're using currently
* Download config file `google-services.json` and save it to `\app` directory