Firebase is a real-time data persistence layer, which stores data and also pushes updates to any client listening on the updated records, scaling to hundreds of thousands of users automagically.
You can find more information here.
This trigger may no longer work due to Firebase changes. Triggered whenever a child is added to this Firebase path (child_added).
This trigger may no longer work due to Firebase changes. Triggered whenever a child is changed in this Firebase path (child_changed).
This trigger may no longer work due to Firebase changes. You write records to this path, Zapier reads and deletes them, then triggers an action with the data.
This trigger may no longer work due to Firebase changes. Triggered whenever a child is added to this Firebase path (child_added). The records must be pushed to the end of the list. WARNING: If you pause/unpause this trigger, all records will fire!
This trigger may no longer work due to Firebase changes. Triggered whenever a child is moved in this Firebase path (child_moved).
Used by Zapier to test auth settings while creating triggers
This trigger may no longer work due to Firebase changes. Triggered whenever a specific record's value is changed. This is not listening to child paths, but the entire record specified by the path. (i.e. establishes a value
listener on the path).
This trigger may no longer work due to Firebase changes. Triggered whenever a child record is removed from this Firebase path (child_removed)
Calls update() on the path provided. Will create the record if it does not already exist or update it if it does.
Add a new record to Firebase using the push() API (https://www.firebase.com/docs/javascript/firebase/push.html)
Add a new record to Firebase using the push() API (https://www.firebase.com/docs/javascript/firebase/push.html)
Calls update() on the path provided. Will create the record if it does not already exist or update it if it does.
Remove a record from Firebase