Mobile Client Push Notifcation
-
Hey there,
Does anybody have the new Mobile Client Push Notification up and running?
(https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification)I have obtained an ID and key from Bitwarden and added the following to my config.json
"push_enabled": true, "push_installation_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "push_installation_key": "xxxxxxxxxxxxxxxxxxxx",
and restarted, but it does not work. The configuration shows up correctly on the admin interface. Websockets sync between desktop app and browser add-on works perfect. But my Android client is not synced (until I do this manually), even though I have completely uninstalled it (I had the F-Droid version) and re-installed from Google Play Store (because I read the whole thing is based on FCM).
I set log_level to trace, but I couldn't spot any errors. Is there anything I am missing?
-
This should be part of the docs
Also, the cloudron docs still speak of "env.sh" but it's "config.env" now, I believe.