funretro/distributed

Need a bit more help from the Readme.md on Firebase setup

francisluong opened this issue · 1 comments

Hi,

I'm trying to get my own copy working on my box but I'm not clear on how to get the API key from firebase.

I have setup a firebase project. If I choose [Settings Gear] -> [Project settings]:

  • I can find a Web API Key under General.
  • I can find Server Key, Legacy Server Key, and Sender ID under cloud messaging.

Which settings do I use to populate the firebaseInitialization.js file, most specifically, apiKey?

Thanks!

You no to click on "Add firebase to your web app"

screen shot 2017-08-30 at 03 16 47

And copy everything into firebaseInitialization.js.

I hope that helps you.