I created a Polymer App and I want to deploy it to Firebase Hosting. Most of the documentation I followed puts the Firebase initialization code on the index.html
file.
Things like the API key get exposed on View Source. Is there a better way to implement this and keep the API keys hidden?