/gpi-elasticsearch-firebase

Firebase is a hosted noSQL solution from Google has some limitations regarding query support. Firebase only support startAt(), endAt(), and equalTo() conditions and not any form of fulltext support, let alone aggregations / facets. This Firebase Cloud Functions will show you how to add fulltext query and aggregation support to Firebase using ElasticSearch.

Primary LanguageJavaScript

Stargazers