skip to Main Content

Flutter web : How to fix CORS Error fo Google Apis

In web Flutter app hosted on Firebase Hosting, I try to make some Google Api calls. Like this : https://maps.googleapis.com/maps/api/place/autocomplete/json?input=tre&types=address&key=XXXXXXXXXX&sessiontoken=YYYYYYYYYYYYY&language=fr-FR&components=country%3Afr I already try to configure cors for Firebase Hosting, it works for images downloaded from Firebase Storage, but do not…

VIEW QUESTION
Back To Top
Search