In flutterflow, I have a Firestore schema called Posts, in Posts I have 2 Lat/Lng values: marker1 and marker2 How come when I set Google maps to:
Num Markers -> Multiple
Marker Type -> Documents
Marker Documents -> Posts Documents
...The marker1 always gets placed on the map. Where is the marker2? Why is it not showing? Is there are way to make that show and not the marker1 every time? I also require Marker Docs to be "Posts" so I can transfer the Post's data schema to a custom component.