saucaca / FCM-toolbox

Firebase Cloud Messaging toolbox

Home Page:https://simonmarquis.github.io/FCM-toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCM toolbox

This public toolbox allows you to easily test and debug the Firebase Cloud Messaging service.

  • Send and receive FCM payloads
  • Manage registered devices
  • Self-hosting capabilities

On the public toolbox versions, users share the same FCM and FRD instances, be responsible!

demo

Android app

Download the latest public version on the Play Store or choose your release version.

  • Notify its presence and send its FCM token to a remote server
  • Issue a notification for each payload
  • Retain all received payload

android_empty android_lis android_notifications

Configuration

You can build your own version of the Android FCM toolbox app and provide your own google-services.json file.
See official documentation.

Web app

The public web app is located at simonmarquis.github.io/FCM-toolbox

  • Send multiple types of payloads
  • Maintain a local list of devices
  • See online devices

web

Configuration

You can host your own version of the web FCM toolbox or simply provide your own API Keys.
See official documentation.

web_configuration

About

Firebase Cloud Messaging toolbox

https://simonmarquis.github.io/FCM-toolbox

License:Apache License 2.0


Languages

Language:Java 100.0%