ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Q: keys stored in config.xml #251

Closed blahblehblah closed 4 years ago

blahblehblah commented 4 years ago

I'm submitting a ... (check one with "x")

If you choose 'problem or bug report', please select OS: (check one with "x")

Current behavior: Read keys only from config.xml

Expected behavior: Able to read keys from code instead of config.xml

--

I would like to know if its a MUST to store keys in config.xml, instead of simply providing them before instantiating a map? as we host the app code externally and do not store anything on app but the bootstrapping of it. Can we simply use the Environment.setEnv for sdk's key instead of config.xml

wf9a5m75 commented 4 years ago

API key is necessary before building application for Android.