August 2025
Intermediate to advanced
270 pages
6h 16m
English
We’ll use Firebase Cloud Messaging[85] (FCM) to send notifications to Android devices.
To configure Android for push notifications, our path will mirror what we did previously:
We’ll start by updating our Rails code with a new gem to interact with FCM. Then, we’ll add a new deliver_by method to NewLikeNotifier.
Under the hood, Noticed uses the Google Auth Library for Ruby[86] gem to send notifications via FCM. Add this gem by switching to the rails directory and running ...
Read now
Unlock full access