@@ -22,11 +22,18 @@ Your location and trips are completely private and secure. They are shared only
##Usage
1. Clone the project.
-2. Get HyperTrack API keys. Learn more about them [here](https://docs.hypertrack.com/gettingstarted/authentication.html), and sign up for them [here](https://dashboard.hypertrack.com/signup).
+2. Get your HyperTrack API keys [here](https://dashboard.hypertrack.com/signup), and add the publishable key to [gradle.properties](https://github.com/hypertrack/hypertrack-live-android/blob/master/gradle.properties) file. To get to know more about API keys, refer to the [Authentication](https://docs.hypertrack.com/gettingstarted/authentication.html) section in our documentation.
3. Get [Google Map API Key](https://developers.google.com/maps/documentation/android-api/signup) and add them to the AndroidManifest.xml.
-4. Add publishable key to hypertrackkey.properties file [here](https://github.com/hypertrack/hypertrack-live-android/blob/master/hypertrackkey.properties).
-5. Check out the [Live Location Sharing tutorial](https://www.hypertrack.com/tutorials/live-location-sharing-android-messaging-app) and the [Service Visit Tracking tutorial](https://www.hypertrack.com/tutorials/service-visit-tracking-android) for a few suggestions of how to use this source code in your business.
-
+4. HyperTrack SDKs require FCM/GCM integration for enhanced realtime tracking experiences. Refer to our [FCM Integration guide](https://docs.hypertrack.com/sdks/android/guides/gcm-integration.html) for detailed info. Once you have either an existing account on [Google Developer](https://console.developers.google.com/) or a new account [Firebase console](https://console.firebase.google.com), you will need to add [google-services.json](https://support.google.com/firebase/answer/7015592) file for your app to remove the below compilation failure.
+
+> Error:Execution failed for task ':app:processDebugGoogleServices'.
+> File google-services.json is missing. The Google Services Plugin cannot function without it.
+**Check out the [Live Location Sharing tutorial](https://www.hypertrack.com/tutorials/live-location-sharing-android-messaging-app) and the [Service Visit Tracking tutorial](https://www.hypertrack.com/tutorials/service-visit-tracking-android) for a few suggestions of how to use this source code in your business.**
+
##Documentation
For detailed documentation of the methods and customizations, please visit the official [HyperTrack Docs](https://docs.hypertrack.com/).
@@ -38,13 +45,8 @@ Join our [Slack community](http://slack.hypertrack.com) for instant responses, o
0 comments on commit
6cd84f7