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
- Easy to test Firebase Functions locally
- Export from Firebase Functions to CSV or JSON
- Dealing with HTTP Request
- Send SMS with Twilio
- Send Email with Sendgrid
- Send Email with Mailgun
- Send notifications with Slack
- Create a revison on every updates
- Schedule a function
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.