From 41efd7593bd8ae6165533e881294f076d6eb44cd Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:21:34 +0200 Subject: [PATCH] Updated Enabling Mobile Client push notification (markdown) --- Enabling-Mobile-Client-push-notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-Mobile-Client-push-notification.md b/Enabling-Mobile-Client-push-notification.md index 49c85f0..f9360b2 100644 --- a/Enabling-Mobile-Client-push-notification.md +++ b/Enabling-Mobile-Client-push-notification.md @@ -21,7 +21,7 @@ docker compose up -d vaultwarden ``` 4. Connect your app to your Vaultwarden instance. -:warning: Unless you're using a freshly installed Bitwarden app, push notifications **will not work** with already connected clients. You have to **clear the app data** of your mobile app (or **reinstall the app**) and connect your Vaultwarden account again to [register the push token with the Bitwarden's Azure Notification Hub](https://contributing.bitwarden.com/architecture/deep-dives/push-notifications/mobile/#self-hosted-implementation). +:warning: Unless you're using a freshly installed Bitwarden app, push notifications **will not work** with already connected clients. You have to **clear the app data** of your mobile app (or **reinstall the app**) and connect your Vaultwarden account again to [register the push token with the Bitwarden's Azure Notification Hub](https://contributing.bitwarden.com/architecture/deep-dives/push-notifications/mobile/#self-hosted-implementation). :bulb: Push notifications will also only work on Bitwarden apps installed from the official mobile stores (App Store, Google Play Store) or when using alternative clients for the Google Play Store (such as Aurora Store). Push notifications **will not work** using Bitwarden clients installed from [F-Droid](https://mobileapp.bitwarden.com/fdroid/), NeoStore or other alternative stores. Those apps have been built without support for Firebase Messaging. 5. Test if mobile push notifications work, for example by renaming a folder in your personal vault and see if it changes after a few seconds in your mobile app. \ No newline at end of file