- Home
- Resources
- Integrations
- Firebase Cloud Messaging
Firebase Cloud Messaging Make integrationAutomate Firebase Cloud Messaging with Make.
What if your app users got a push notification when something happens in another tool? The Firebase Cloud Messaging Make integration gives you 1 action, Send a Message. This page shows product and ops teams how to connect a Firebase project and wire that action into a first working flow.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Firebase Cloud Messaging Make integration do?
It lets Make push a message to the devices of your app users without writing a line of backend code. You build a scenario, the automation you assemble in Make, and its last step is the Send a Message module, which delivers the notification to the devices you point it at.
Order updates that reach the phone. A shop app can start its scenario with the trigger of the e-commerce tool it already uses, then hand the order data to Send a Message so the buyer sees a notification about their purchase.
Form replies turned into alerts. When a lead fills in a form, a team app can ping the sales rep on mobile. The 123FormBuilder Make integration is one way to start that flow.
Scheduled reminders. With no trigger at all, a scenario can simply run on the clock Make puts on its first module and send a reminder to a group of devices each time it runs.
Keep the scope in mind: the app has a single module, no trigger and no Make an API Call module, so Make only sends, it never reads anything back from Firebase. If you are still weighing tools, the n8n vs Make comparison lays out the differences, and the Make training covers scenario building from scratch.
How do you connect Firebase Cloud Messaging to Make?
- 01
Prepare your Firebase project
You need an active Firebase project and credentials allowed to use the Cloud Messaging API. In the Google Cloud console, open APIs & Services, then Credentials, click Create credentials and choose OAuth client ID. Copy the Client ID and the Client secret it shows.
- 02
Add the module and open the connection
In Make, add Send a Message to your scenario and click Create a connection. A connection is your Firebase account linked to Make once, then reused by every module of the app. You can type a label in Connection name if you plan to have several.
- 03
Paste your credentials
Enter the Client ID and Client secret you copied, or follow the instructions on screen. Once saved, the connection appears in the module and you can move on to the message fields.
Your first scenario with Firebase Cloud Messaging
GoalWhen a new order lands in your shop tool, Make pushes a notification to the buyer's devices through Firebase Cloud Messaging.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. This one belongs to your shop tool, since Firebase Cloud Messaging has no trigger.
- 02
Pick the starting event
Search your shop app by name, choose the module that watches new orders and connect that account. Each order it finds becomes a bundle, one item passed on to the next module.
- 03
Add Send a Message
Click the + to the right of the first module, search Firebase Cloud Messaging and pick Send a Message. Link your connection, then map the order data from the previous module into the message.
- 04
Test with Run once
Click Run once to execute the scenario a single time. Open the bubble above each module to read the bundles it received and check that the notification reached a test device.
- 05
Schedule and switch it on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.
What Firebase Cloud Messaging can do in Make
Firebase Cloud Messaging gives you 1 module. For each one: what it does for you, when to reach for it, and what to watch out for.
Send a Message
ActionIn Make“Sends a message to the specified devices (clients).”
You get a push notification delivered to the devices, or clients, you target in your Firebase project, filled with data coming from earlier modules in the scenario.
Need help automating Firebase Cloud Messaging with Make?
A person reads every message.