Restya Core Integrations with Firebase through Zapier
Restya Core Integrations with Firebase through Zapier
Firebase
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.
Actions
Create Child Record
Add a new record to Firebase using the push() API (https://www.firebase.com/docs/javascript/firebase/push.html)
Update/Set record by ID
Calls update() on the path provided. Will create the record if it does not already exist or update it if it does.
Delete record by ID
Remove a record from Firebase