I am a software engineer with 5 years experience building products.
Nothing here yet.
In the previous article, We were able to setup a fully functional API. In this tutorial we will setting up Cloud functions for database triggers. Cloud functions can be run when database operations such as read, write, update or delete occurs. We ...

In the previous article, we were able to setup a Cloud function which responds to HTTP requests. In this article, we will be building a REST API on top of our previous setup using Express.js and Cloud Firestore Quick note: Most of our work will be i...
