Updated Push Notifications without Google Services (markdown)
parent
6fb2ab5047
commit
5d122ec907
@ -1,28 +0,0 @@
|
||||
You have two options to receive push notifications on FluffyChat without Google Services.
|
||||
|
||||
1. Unified Push
|
||||
2. MicroG
|
||||
|
||||
## 1. Unified Push
|
||||
|
||||
UnifiedPush is specifications and tools that let the user choose how push notifications are delivered. All in a free and open source way.
|
||||
|
||||
### Use hosted (easy)
|
||||
|
||||
1. Download ntfy from F-Droid: https://f-droid.org/packages/io.heckel.ntfy
|
||||
2. Open it
|
||||
3. Restart FluffyChat
|
||||
|
||||
From now on all push notifications will go through unified push.
|
||||
|
||||
### Self-host (hard)
|
||||
|
||||
For more privacy and protection of your meta data you can self a distributor server.
|
||||
|
||||
Learn more about it here: https://unifiedpush.org/users/intro/#self-host-the-server-difficult
|
||||
|
||||
## 2. MicroG
|
||||
|
||||
You can use Firebase Cloud Messaging (FCM) without Google Services using MicroG. Please note that FCM doesn't work with the F-Droid version of Fluffychat.
|
||||
|
||||
Learn more about it here: https://microg.org/
|
||||
@ -0,0 +1,42 @@
|
||||
Push notifications are a great way to make sure you don't miss important messages in FluffyChat. For users who do not use Google Services (for example Huawei Phones, Amazon Fire tablets or custom roms), setting up push notifications is slightly different.
|
||||
In this article, we'll show you how to configure push notifications on your Android device using the **ntfy** app.
|
||||
|
||||
FluffyChat attempts to set up push notifications automatically every time you launch the app. However, if you do not have Google Services on your device, you may receive an error message. In this case, it is necessary to use the **ntfy** app.
|
||||
|
||||
## 🏪 Step 1: Installing and Setting Up ntfy
|
||||
|
||||
1. If you already have FluffyChat installed but are not receiving push notifications, close the app completely (by swiping it away in the overview) and open the [Play Store] on your Android device.
|
||||
|
||||
2. Search for the app [ntfy](https://play.google.com/store/apps/details?id=io.heckel.ntfy) and install it.
|
||||
|
||||
3. After installing ntfy, open the app at least once.
|
||||
|
||||
4. Now, return to FluffyChat and open the app.
|
||||
|
||||
## 🔋 Step 2: Deactivate Battery Optimization for ntfy
|
||||
|
||||
To ensure that FluffyChat can reliably send push notifications, it's important to deactivate battery optimization for the "ntfy" app.
|
||||
|
||||
1. Go to the [Android settings] on your device.
|
||||
|
||||
2. Look for "Apps" or "Applications" and select "ntfy" from the list of installed apps.
|
||||
|
||||
3. Tap on "Battery" and select "Battery optimization."
|
||||
|
||||
4. In the list of apps exempted from battery optimization, make sure "ntfy" is selected.
|
||||
|
||||
### ✅ Step 3: Checking Push Configuration in FluffyChat
|
||||
|
||||
1. Open FluffyChat and navigate to the [Settings].
|
||||
|
||||
2. Choose "Notifications" from the menu.
|
||||
|
||||
3. In the notification settings, you'll see a list of "Pushers." The "Pusher" for "ntfy" should be at the bottom of the list.
|
||||
|
||||
### 🥳 Step 4: Receiving Push Notifications
|
||||
|
||||
To ensure that everything is set up correctly, ask a friend to send you a message in FluffyChat and check if you receive a push notification.
|
||||
|
||||
---
|
||||
|
||||
Following these steps should successfully set up push notifications in FluffyChat for users without Google Services. If you are interested in hosting your own push service, you can take a look at [unifiedpush.org](https://unifiedpush.org).
|
||||
Loading…
Reference in New Issue