Epoch
Epoch8mo ago

Epoch - Is it possible to start a flow based on...

Is it possible to start a flow based on a new or updated document in Firestore?
3 Replies
Epoch
Epoch8mo ago
Because I do see Supabase triggers and also Rowy triggers, so does this mean, that in order to have a Firestore trigger, I need to use Rowy for it ?
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @Epoch, the Firestore Auth Trigger is for user authentication only by using user's ID token from firebase. A workaround here can be, connect your firestore project with Rowy and which will auto import the data there and sync it with Firestore and access/trigger it using Rowy Trigger in BuildShip. https://docs.buildship.com/trigger-nodes/rowy-trigger. Also, if you would like to eliminate the process of connecting it with Rowy, you can store your data in BuildShip tables and trigger it via BuildShip Trigger - https://docs.buildship.com/trigger-nodes/buildship-trigger
BuildShip Trigger – BuildShip
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.
Epoch
Epoch8mo ago
Thanks @Gaurav Chadha