ionic-team / capacitor-google-maps

12 stars 16 forks source link

Android api key in manifest is wrong.. #11

Open sdetweil opened 3 months ago

sdetweil commented 3 months ago

our app will be used by many users on physical phones.

we cannot support EVERYONE using the SAME apikey. (and we don't want to PAY for the api accesses)

so we NEED to be able to specify that thru the createMap() api

then we can prompt the user for their api key and store it locally for their use (which we do for ios)