My goal is to connect Firebase with ElasticSearch for indexing so that I can implement \"like\" queries when searching usernames in my iOS app. From what I\'ve read this is the
To get your FB_NAME
(it's basically your Firebase project's ID):
Project Settings
General
tabProject ID
To get your FB_TOKEN
:
Credentials
pageAPI Key
or choose if you have an appropriate one alreadyNote: You can also set (and see) those variables in you Heroku project (if you don't want to set it from the terminal). To do that:
Settings
pageReveal Config Variables
buttonGood luck.