I have been doing some research for my app. The app's main functionality is the search functionality (faceted search). From my readings I found that Firebase is not much query capable, and that we have to include a third party library such as , ElasticSearch. not to forget to mention that I am new to all this. so I wanted to ask couple of questions:
1) Most of what I found from googling, is that they associate Elasticsearch with firebase cloud functions, Do I really need use cloud functions with elasticsearch to achieve faceted search ?
I guess what I am trying to understand here is a concise explanation of what I have to do to fully understand this. My app is a mobile application intended to be build in React Native Framework. it supposed to have Full text search with faceted capabilities and aggregations (All , People, Industry, Groups, Events, Locations). The app is fairly complex, or at least for me.. Looking forward to your help guys, Thank you.