> For the complete documentation index, see [llms.txt](https://itechnotion.gitbook.io/all-in-one-social-apps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itechnotion.gitbook.io/all-in-one-social-apps/onesignal-integraton.md).

# OneSignal integraton

OneSignal is a high volume and reliable push notification service for websites and mobile applications. To know more about onesignal follow this link - https\://onesignal.com/

**Follow this link to configure onesignal in your app** <https://documentation.onesignal.com/docs/android-sdk-setup>

#### &#x20;Place your OneSignal App ID in build.gradle(Module:app) file in the project

```
manifestPlaceholders = [onesignal_app_id : "f7821009-c5db-489e-aa38-400482207938",
                        // Project number pulled from dashboard, local value is ignored.
                        onesignal_google_project_number: "REMOTE"]
```

Replace your generated google-service.json inside **App Directory in project**

![](https://3223687600-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LCH_we6KpDf6fwyOLNk%2F-LCJJplkCzBzkKPRw9P8%2F-LCJKteqn3q6njK35vxv%2FCapture6.PNG?alt=media\&token=c8e26fce-ce4c-4876-b4b7-3b6dbad267fe)
