From 6b9d110844c996f337b5dad98887aa851863a349 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 5 Jan 2024 15:22:32 -0500 Subject: [PATCH] Bug 1873277 - Update acronym dictionary --- docs/Acronym-dictionary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Acronym-dictionary.md b/docs/Acronym-dictionary.md index 4fb9d819a..fbdfb65b7 100644 --- a/docs/Acronym-dictionary.md +++ b/docs/Acronym-dictionary.md @@ -12,3 +12,6 @@ Explanations of common acronyms that are seen in the Fenix project boards and is **PWA**: "[Progressive web application](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps)", Fenix can act as a host for these applications. +**FCM**: "Firebase Cloud Messaging", is the Firebase service used to deliver WebPush messaging to web apps and Firefox Send Tab, to Android devices that have [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). + +**PTR**: "[Pull-to-refresh](https://developer.android.com/develop/ui/views/touch-and-input/swipe)", is the feature to refresh the website the user is currently on when pulling down from the top of the page.