Month: January 2020
Difference in cloud functions in Google cloud and Firebase
Introduction According to google’s documentation cloud functions are Google Cloud’s event-driven serverless compute platform. Run your code locally or in the cloud without having to provision servers. Go from code to deploy with continuous delivery and monitoring tools. Cloud Functions scales up or down, so you pay only for compute resources you use. Easily create …
Read More “Difference in cloud functions in Google cloud and Firebase”