fluttercommunity/flutter_google_places

"API keys with referer restrictions cannot be used with this API."

aemelyanovff opened this issue · 0 comments

I want to add "Website restrictions" to my API key, but then I start getting "API keys with referer restrictions cannot be used with this API." errors when using this widget.

I believe the reason is that the underlying google_maps_webservice library calls the API meant to be used in server applications. Shouldn't flutter_google_places use the API meant for client-side applications?