firebase-functions-snippets icon indicating copy to clipboard operation
firebase-functions-snippets copied to clipboard

Awesome Firebase Functions snippets that cannot be ignored

Awesome Firebase Functions Snippets

Here contains all my works that involves with writing firebase functions

In order to use this, you should know how to create and deploy firebase functions. If you don't, please read Get started

CI / CD

  • Google Cloud Build
  • Github Actions

Others

The CSV or JSON code will get a HTTP request and return a JSON or CSV file that user wants. You can either call the request direction from your browser or you can user cron-job.org.