smartmirrorinc / SmartMirrorApp

3 stars 0 forks source link

Google Maps API key #9

Closed tausen closed 3 years ago

tausen commented 3 years ago

As of https://github.com/smartmirrorinc/SmartMirrorApp/commit/ea6dc7fc2abc1e1a4965db2af2f910a0377196cf, there's a PUT_GOOGLE_MAPS_API_KEY_HERE in AndroidManifest.xml and ModuleDarkSkyForecast.dart.

I've created a quick API key through the Google cloud platform console that I use for testing, but we should create a proper project and set things up the right way. Remember to set quota limits so we don't start getting billed.

Also: how do we add the API key to those files (and why two files, anyway?) while keeping the git repository open?

tausen commented 3 years ago

@figa12 any previous experience or input for this one?