Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Firebase Notifications

Sven Seeberg edited this page Oct 25, 2020 · 7 revisions

Administration

The network settings can be used to force all blogs to use one Authentication Key. It is also possible to allow all blogs to optionally use the global Authentication Key.

If the network admin allows blog admins to edit settings, they can be independently set for each blog.

Topics

To send notifications, each blog generates a news topic combined with it's blog slug and a language code.

Each blog by default has a /topics/[REGION_SLUG]-[LANG_CODE]-news. Other topics can be added by Admins in the Page Push Notifications -> Settings. The convention is /topics/[REGION_SLUG]-[LANG_CODE]-[TOPIC].

Sending Notifications

Notifications have to be entered for each language. Automatic translation from the blog's main language to other languages is supported. If the entry for a language is empty, no notification will be send for this specific language.

Clone this wiki locally