firemore icon indicating copy to clipboard operation
firemore copied to clipboard

Support Cloud Functions

Open samedhi opened this issue 5 years ago • 1 comments

Firebase supports cloud functions that can be called on CREATE/UPDATE/DELETE of Firestore entities. These are normal JS functions that are invoked on the server that takes the context as an argument. Rather than write js functions, can I write cljs functions that I can pass to the server?

https://firebase.google.com/docs/functions

samedhi avatar Nov 17 '19 16:11 samedhi

What is developing these things like? What is the flow

  1. Deploy your cloud functions manually as needed.
  2. Git commit hooks that notice new cloud functions and upload them every time they are changed.
  3. Part of your CI just uploads new cloud functions (may already do this?).

samedhi avatar Nov 28 '19 22:11 samedhi