Google Maps integration
-
You should already have an API key from the NodeJS Server - Google Maps Integration
-
Add the key to the
.env
file in the root of the project
GOOGLE_MAPS_API_KEY=YOUR_API_KEY
Pay attention
If inside the Google Clous Storage you have limited the API key to be used only from a specific IP address, you should create a new API key and use it in the .env
file.
We’ll cover how to secure the Google Maps API key for the mobile app in the Deploy section.