firebase cloud function version of flashlight?
Closed this issue · 3 comments
ulion commented
Is it possible do that?
katowulf commented
Sounds like a fun project! Essentially, you'd just need the same functionality in two functions:
- when data changes, index it in ES
- when a search request is added to db, do the ES lookup and write the results back to the db
katowulf commented
This looks promising: https://github.com/firebase/functions-samples/tree/master/fulltext-search