Android Push Alternative #28
Replies: 2 comments
-
Hi @timber-they, thanks for the input. You are right, our application should defenitely not crash when no google services are found, we will look into this. As many features of the app rely on Push Notifications the App wouldn't be very usable without. We will have this on our roadmap, but cannot give any ETA for an alternative push solution. |
Beta Was this translation helpful? Give feedback.
-
@jkoenig134 I would also be happy to help. However, I don't seem to be getting to the point where the error occurs without the settings for |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Without Google Play services the app doesn't start on Android, but rather is stuck on the initial loading screen. This is a bug because especially for open source applications, they should also work without Google Play services, meaning that they shouldn't solely rely on Firebase Messaging.
Relevant logs seem to be:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
At the very least an error message explaining the situation should appear.
Further than that, I would very much expect the app to also work without Google Play services; e.g. by receiving notifications via polling.
In an ideal world the app would also support UnifiedPush, but I guess that's a feature request and not a bug.
Screenshots
Environment
Beta Was this translation helpful? Give feedback.
All reactions