# 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**](https://support.google.com/firebase/answer/9326094).

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](https://support.google.com/firebase/answer/7015592?authuser=0).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/motors-app-documentation/setup-environment/notification-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
