From 20d20ea7467dfac97cd25d7f224e1bee6a46f094 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 6 Sep 2021 18:55:27 -0400 Subject: [PATCH] add missing word to FAQ --- static/faq.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/faq.html b/static/faq.html index c6425785..db50e09a 100644 --- a/static/faq.html +++ b/static/faq.html @@ -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.

-

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 +

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.