Cordova plugin for Google Places SDK
you need to specify your API keys in config.xml
file instead of --variable
.
<widget ...>
<preference name="PLACES_ANDROID_API_KEY" value="(api key)" />
<preference name="PLACES_IOS_API_KEY" value="(api key)" />
</widget>