Fcm Push Plugin

IntelliJ IDEA plugin to send pushes using Firebase Cloud Messaging (FCM)
Alternatives To Fcm Push Plugin
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rpush2,07513568 months ago43March 02, 202224mitRuby
The push notification service for Ruby.
Pyfcm76496157 months ago47September 02, 20219mitPython
Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
Fcm47264610 days ago15April 16, 20229mitRuby
Ruby bindings to Firebase Cloud Messaging (FCM) for Android, iOS or Web
Capillary434
4 years ago5apache-2.0Java
Capillary is a library to simplify the sending of end-to-end encrypted push messages from Java-based application servers to Android clients.
Fcm337
11 days ago18November 22, 20224mitPHP
Firebase Cloud Messaging (FCM) notifications channel for Laravel
Fcm Toolbox298
2 days ago2apache-2.0Kotlin
📲 Firebase Cloud Messaging toolbox
Fcm For Mojo215
4 years ago9gpl-3.0Java
Firebase Cloud Messaging for Mojo-Webqq.
Fcm20924 months ago18December 07, 202221mitTypeScript
Enable Firebase Cloud Messaging for Capacitor apps
Laravel Fcm Notification2001022 months ago13September 14, 202026mitPHP
Laravel FCM (Firebase Cloud Messaging) Notification Channel
Go Fcm194
3 years ago10gpl-2.0Go
Firebase Cloud Messaging ( FCM ) Library using golang ( Go )
Alternatives To Fcm Push Plugin
Select To Compare


Alternative Project Comparisons
Readme

JetBrains IntelliJ Plugins

FCM push sender

Sends push notifications using Firebase Cloud Messaging (FCM).
Uses Stetho's prefs dumpapp plugin to find the application Firebase Registration ID token in app shared preferences

Installation

You can install the plugin from the IntelliJ Plugin Repository.

Or you can download the latest binary from releases on this repo

Setup

You need to set the "Authorization Key" in plugin settings:

Settings1

Usage

The plugin installs one menu entry under tools menu:

Menu

And a toolbar button:

Toolbar

When using this option the FCM push sender dialog will be shown:

Dialog1

At this point the plugin tries to find the app Firebase Id in the configured shared preference key, if the id is found it will be shown, otherwise you can set it manually.

The "Remember" check allows to store the current data for next plugin executions.

JSON type

The plugin uses the legacy Firebase Cloud Messaging HTTP protocol to send push notifications.

You can select "Data only" or "Full message" JSON types:

Data only

This type allows only to provide the data field of the payload.

{
  "to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
  "data" : [Provided JSON object]
}

Full message

This type allows full control over the message payload. The plugin will add the to field for you.

{
  "to" : "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...",
  [Provided JSON object]
}

See Firebase Cloud Messaging HTTP protocol for more information about the HTTP syntax.

Extra configuration

Also you can create, import and export templates:

Settings2

Then you can use the templates in the send dialog:

Dialog2

Notes

One of the main features of this plugin is the ability of search automatically the Firebase Registration ID token in app shared preferences using stetho dumpapp plugin, however you can disable the stetho integration in plugin settings and set the ID manually.

When using stetho to find the Id, the plugin works with connected devices on debug mode (ADB accessible). If more than one debuggable device is connected, the plugin will show a dialog to select the target device:

Popup Devices

If the target device has more than one stetho-enabled process running, the plugin will ask to select the target process:

Popup Processes

Popular Fcm Projects
Popular Messaging Projects
Popular Messaging Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Plugin
Kotlin
Cloud
Firebase
Messaging
Intellij
Android Studio
Push Notifications
Intellij Plugin
Fcm
Idea Plugin