Firebase
With Codeaway you can perform CRUD operations and execute queries using Firebase.
CREATE
You can create a new document by selecting a collection and choosing the CREATE
action. Enter the data or assign variable values. The indexes from the first document you added will be visible and editable here.
UPDATE
With the UPDATE
action, you can modify a document in your Firebase collection. Simply select your preferred query (using a WHERE operation) and enter the updated data.
Delete
With the DELETE action, you can remove any document from firestore collection using a query.