Push Notification Setup

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 this manual.

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 user guide.

Last updated