Registry / messaging / fcm
library2.0.2rbrubygemsunverified

Ruby bindings to Firebase Cloud Messaging (FCM) for delivering messages and notifications to Android, iOS, or Web browsers.

gem install fcm
INSTALL
IMPORT
SIG · FCM
F
fcm
messagingrubyv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FCM
✓ require 'fcm'

Send a push notification via FCM to a device token.

require 'fcm' fcm = FCM.new('your_api_key') fcm.send(['device_token'], data: { message: 'Hello' })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
fcm — gem install fcm · libregistry