Hi, I am new on Bubble.
I use google’s API key, but I have got this result.
"> Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
I use Bubble since 3 days 
thank you for yours feedbacks
js?v=3&callback=initialize_google_map_api&libraries=places&language=en&key=AIzaSyCITwdSUAezLQdljHVndDkDrmVLRE6tdjk:86 Google Maps JavaScript API error: RefererNotAllowedMapError
הודעות שגיאה | Maps JavaScript API | Google for Developers
Your site URL to be authorized: https://thugsnerds2.bubbleapps.io/version-test/page_annonce
I have got this message on my javascript console
The “RefererNotAllowedMapError” error suggests that “Application restrictions” is enabled in your Google Maps API key settings with “HTTP referrers (web sites)” option. I know this is an old question that already has several answers, but I had this same problem and for me the issue was that I followed the example provided on console.developers.google.com and entered my domains in the format .domain.tld/. This didn’t work at all, and I tried adding all kinds of variations to this like domain.tld, domain.tld/*, *.domain.tld etc.
What solved it for me was adding the actual protocol too; http://domain.tld/* is the only one I need for it to work on my site. I guess I’ll need to add https://domain.tld/* if I were to switch to HTTPS.