This topic was automatically generated from Slack. You can find the original thread here.
Hi, using Pipedream Workflows,
• I was able to connect notion + googlesheet
• I also need to have a workflow that
◦ fetches/query all documents in a particular firestore/collection into a new googlesheet spreadsheet;
◦ the firestore/documents’ fields can be edited/modified from googlesheet and reflect the changes in the firestore.
I couldn’t figure how to go about this yet. Kindly put me through.
Thanks Leo,
For the trigger, There’s no ‘query a firebase collection’ type of event. Is there no way to query a collection into GoogleSheet, or I’m I to use GoogleSheet as the trigger?
> • fetches/query all documents in a particular firestore/collection into a new googlesheet spreadsheet;
I think you can use a Schedule trigger that runs by interval, then add a trigger to query the Firebase collection, finally put the data into Google Sheet