Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 941 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 941 Bytes

Elasticengine

Show case of Elastic Search Cloud Hosting in a flutter app

Videos

Kibana Data

  • The Kibana data is in in the kibanadata.txt file.
  • Play around with those queries to get familiar.

Cloud function code

  • All the cloud function code you need is in the index.js file.

Json to String

Teminal Code for the functions.config Environment Variables

  • firebase functions:config:set elasticsearch.username="elastic" elasticsearch.password="your password" elasticsearch.url="your elastic search endpoint"

GitHub Repository