Hello FlutterFlow Community,
I followed a YouTube tutorial by @Ali-Ideas to create a Custom Map Widget in FlutterFlow, which displays a Google Map with custom pins and clustered pins. The widget should render these pins dynamically from my Firestore collection.
However, when I test the app in the browser (Test Mode), I only see the default Google Maps map without any customizations or pins. My expectation was to see the custom pins on the map as described in the tutorial.