Hi,
I am new to firebase. And I really like the idea not having to build the infrastructure/plumbing to build an app.
In this regard, I want to leverage most of what firebase offers to build my app.
My app will be a firebase app with iOS/andriod/web front-end using the firebase database for storing the data.
I would also need a proper search-engine to then index that data (either ElasticSearch or SOLR is fine).
My question is how can I integrate such a back-end (running on either GCE or GAE) with firebase.
to transform and process data that will be captured in the firebase database before it gets ingested into Elastic Search back-end.
As the app I am building is mostly search-driven, I want to build most of the business logic of ingestion and querying into the service itself to reduce duplication.
Any pointers on where to look further will be appreciated.
Kind Regards,
~ raj