Firebase | Creating a Cloud Function Using Firebase CLI and TypeScript
Overview Firebase cloud functions let’s you run a piece of code in cloud without managing the servers. This is quite helpful when you just want to manage your code and not to worry about the servers executing the code. This pattern is also known as serverless architecture. These cloud functions can be triggered by multiple … Continue reading Firebase | Creating a Cloud Function Using Firebase CLI and TypeScript
Published on:
Learn more