add missing word to FAQ

This commit is contained in:
Daniel Micay 2021-09-06 18:55:27 -04:00
parent 40121c93a6
commit 20d20ea746

View File

@ -1091,10 +1091,10 @@
Android implementations often lack support for background notifications due to
only bothering to implement support for it via Google Play services.</p>
<p>Most apps that able to run without Google Play services will have working
notifications when they're in the foreground. Unfortunately, many apps don't
implement a service to continue receiving events from their server in the
background. On the stock OS, they rely on receiving events through Google
<p>Most apps that are able to run without Google Play services will have
working notifications when they're in the foreground. Unfortunately, many apps
don't implement a service to continue receiving events from their server in
the background. On the stock OS, they rely on receiving events through Google
servers via Firebase Cloud Messaging (FCM) in the background and sometimes
even in the foreground, although it doesn't have good reliability/latency.</p>