Skip to main content

Firebase

With Codeaway you can perform CRUD operations and execute queries using Firebase.

CREATE

Codeaway 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

Codeaway Firebase 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

Codeaway Firebase Delete

With the DELETE action, you can remove any document from firestore collection using a query.