Google Cloud Functions: Creating a REST API (Part 2)
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...
lexyblazy.hashnode.dev