I am currently developing an Ionic app where I have a built-in Google map. The Google Maps V3 API recommends using an API key to track usage. The fact is that when I create an API key for use by the browser, I can only protect my API key by specifying the sources. Now I donβt have a referrer on mobile devices, so what can I do to prevent other people from using my API key?
source
share