Firebase trigger - what am I missing?
I want to trigger a Buildship workflow when a document in my firebase is updated. I would have assumed there is a Firebase trigger (I saw one in an older video), but apparently the only way to do it is with a Rowy trigger? Am I missing something?
Thank you for any help!
Thank you for any help!
Solution
To trigger a BuildShip workflow when a document in your Firebase is updated, you can indeed use the Rowy trigger. This allows you to react to changes in your Firestore documents seamlessly.
1. Create a Rowy Project: First, ensure you have a Rowy project set up and connected to your Firebase project.
2. Add a Rowy Trigger: In your Rowy project, add a new trigger and configure it to listen for updates on your desired Firestore collection.
3. Connect to BuildShip: Use the Rowy trigger to invoke a BuildShip workflow by setting up the appropriate trigger URL and payload.
For detailed documentation on setting up and using Rowy triggers with BuildShip, refer to the official documentation:
Rowy Trigger Documentation
This should guide you through the process of setting up your trigger to respond to Firestore document updates.
Steps to Set Up a Rowy Trigger:
1. Create a Rowy Project: First, ensure you have a Rowy project set up and connected to your Firebase project.
2. Add a Rowy Trigger: In your Rowy project, add a new trigger and configure it to listen for updates on your desired Firestore collection.
3. Connect to BuildShip: Use the Rowy trigger to invoke a BuildShip workflow by setting up the appropriate trigger URL and payload.
For detailed documentation on setting up and using Rowy triggers with BuildShip, refer to the official documentation:
Rowy Trigger Documentation
This should guide you through the process of setting up your trigger to respond to Firestore document updates.
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.

