dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 164 forks source link

How to ensure the safety of our api keys in our nativescript app #453

Closed rsun-thoughtworks closed 3 years ago

rsun-thoughtworks commented 3 years ago

The Google Map api key is going to cash money if stolen.

Is there any way we can protect it and still using this package?

Stanteq commented 3 years ago

You can apply some key restrictions on your https://console.cloud.google.com/ for specific app, ip address etc

rsun-thoughtworks commented 3 years ago

You can apply some key restrictions on your https://console.cloud.google.com/ for specific app, ip address etc

Exactly. Thanks.