How to keep Firebase in sync with another database

前端 未结 2 2158
花落未央
花落未央 2020-12-14 10:39

We need to keep our Firebase data in sync with other databases for full-text search (in ElasticSearch) and other kinds of

2条回答
  •  攒了一身酷
    2020-12-14 11:19

    For search queries, you can integrate directly with ElasticSearch; there is no need to sync with a secondary database. Firebase has a blog post about integrating and a lib, Flashlight, to make this quick and painless.

提交回复
热议问题