- Для Google Maps нам нужно:
1) Maps API key
2) SHA-1 fingerprint to be added to Google Cloud Console.
3) We need to restrict API key to prevent invalid usages(usally in production).
Что если мне нужно запустить один и тот же проект на разных компьютерах?
- Возможный вариант использования, который я знаю:
1) Add SHA-1 fingerprint (Both debug and release) of different computers in Google Cloud Console.
Любой другой подход приветствуется.