# Can I Change Push Notification For Discourse White Labeled Android App

**URL:** https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348
**Category:** Development
**Created:** [2017年九月19日 08:00 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348 "2017-09-19T08:00:03Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![burningman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/burningman/32/120064_2.png) [@burningman](https://meta.discourse.org/u/burningman)
#### Post date: [2017年九月19日 08:00 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/1 "2017-09-19T08:00:03Z")

</div>

I convert my discourse forum to android app. But after installing app, I checked notification option in preference And I found that " This browser Is Not Supported For Push Notification"  
Is it start working if I enabled it through “firebase notification” service .  
Also, If it possible how can I can Server API key.  
Thanks In Advance

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2017年九月19日 08:37 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/2 "2017-09-19T08:37:11Z")

</div>

> [@burningman](#):
>
> I convert my discourse forum to android app.

Do you mean that you built your own app for your forum, or that you added your forum to the official Discourse app for Android?

---

<div class="post-metadata">

### Author: ![burningman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/burningman/32/120064_2.png) [@burningman](https://meta.discourse.org/u/burningman)
#### Post date: [2017年九月19日 08:38 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/3 "2017-09-19T08:38:38Z")

</div>

> [@fefrei](#):
>
> you added your forum to the official Discourse app for Android?

Nope, I build my own App, Just turn forum website into android app.

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2017年九月19日 08:40 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/4 "2017-09-19T08:40:46Z")

</div>

Well, if you built your own app, you’ll have to implement push notifications yourself 🙂  
You can get inspiration from [the official app](https://github.com/discourse/DiscourseMobile) which supports notifications for instances hosted by [Discourse.org](http://Discourse.org).

---

<div class="post-metadata">

### Author: ![burningman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/burningman/32/120064_2.png) [@burningman](https://meta.discourse.org/u/burningman)
#### Post date: [2017年九月19日 08:43 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/5 "2017-09-19T08:43:23Z")

</div>

> [@fefrei](#):
>
> you’ll have to implement push notifications yourself

Means, I should try to implement firebase . Did firebase works directly or I have to change some settings.

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2017年九月19日 08:45 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/6 "2017-09-19T08:45:26Z")

</div>

You’ll most likely need to do some custom development (possibly using Firebase).

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [2017年九月20日 00:39 UTC](https://meta.discourse.org/t/can-i-change-push-notification-for-discourse-white-labeled-android-app/70348/7 "2017-09-20T00:39:47Z")

</div>

That’s covered here:

> [@Things to consider before deciding to white-label the Discourse Mobile apps](https://meta.discourse.org/t/what-if-i-want-to-white-label-the-discourse-mobile-apps/53063):
>
> Since we released the iOS and Android apps a number of people have asked expressed interest in white labeling the Discourse app. information_source We do not offer a white labeling service and would only consider it for enterprise customers as an added bundle. If this is something you’re interested in, please discuss with us privately. Beware of the costs White-labeling Discourse is a complex task and involves a significant amount of long term maintenance across Android and iOS. It is rar…

> [@Things to consider before deciding to white-label the Discourse Mobile apps](https://meta.discourse.org/t/things-to-consider-before-deciding-to-white-label-the-discourse-mobile-apps/53063/1):
>
> Access to our “Push Notification” server is restricted to our customers. If you white-label you would need to setup Discourse to push notifications to a server of your choice using allowed user api push urls and implement a push notification receiver that re-publishes to Apple and Android play stores.
