Firebase repository used by CRUD methods.
Create a document in Firestore collection using the DocumentData received in the request body.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Delete document by the given id
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Read all documents available in the Firestore collection.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Read one document by the given id.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Update document fields by the given id.
The request received by the API Rest
The response sent by the API Rest
The next function executed in the app's middleware
Generated using TypeDoc
Modular Controller with CRUD methods using Firestore repository and DocumentData type.