Skip to content

SimonMarquis/FCM-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f108d7f · Jan 27, 2024
Jan 27, 2024
Jan 30, 2021
Jul 2, 2023
Jul 30, 2023
Jul 30, 2023
Oct 19, 2023
Jan 24, 2024
Feb 24, 2023
Mar 30, 2017
Mar 30, 2017
Jul 30, 2023
Feb 24, 2023
Apr 16, 2023
Jan 8, 2024
Feb 20, 2023
Feb 14, 2020
Feb 24, 2023

Repository files navigation

FCM toolbox

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

  • Send and receive FCM messages
  • 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 message
  • Retain all received messages

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 https://fcm-toolbox-public.web.app

  • 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 Firebase identifiers.
See official documentation.

web_configuration