Push Notification Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Push notification feature is integrated with Google Firebase service. You need to sign up on the Firebase website and create a new project. Then, add your app to your Firebase project to register app. For the detailed overview, please have a look at .
After the app registration is done, you need to upload Firebase configuration file to the Motors App.
For Android:
it needs to replace the “google-services.json” file in this folder “…/Motors/android/app”.
For IOS:
it needs to replace the “GoogleService-Info.plist” file in this folder “…/Motors/ios/Motors”.
You can download Firebase configuration files for your apps by following instructions in this .