-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Persistent "Firestore Setup: Firebase indexes not properly deployed" error. This error remains active even after correctly configuring all permissions in Google Cloud Console. Because of this, the editor blocks the ability to select "Items" as the Marker Source for the Google Map widget. I am unable to use conditional styling or assign actions to individual markers, which is critical for my project.
Expected Behavior
After granting the 'Cloud Datastore Index Admin' role to firebase@flutterflow.io and regenerating config files, the error should resolve. The editor should allow deploying indexes from the Firestore Settings tab and permit selecting "Items" in the Google Map marker configuration.
Steps to Reproduce
Connect a Firebase project to FlutterFlow.
Grant 'Cloud Datastore Index Admin' and 'Editor' roles to firebase@flutterflow.io in Google Cloud IAM.
Regenerate Config Files in FlutterFlow Settings.
Create a page with a Google Map widget.
Set a Backend Query on the Map (Collection: 'capsules', List of Documents).
Attempt to set 'Marker Document' or 'Items' as the source.
Observe the persistent "Indexes not properly deployed" error and the inability to select 'Items'.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITFfjPLq249On7xe1oSJKMcxjmEUQz4cTIMziNZ+exUbfaL1Bu0feODOdhZWOeKqaVNcBVWLrGcew6HvvuPMUfEFBw+Wf6ZN+oduSQLke2i7RpjSEqqCW3dDGfhRIWaZ4ZmnqyZBOsBqdHhl7Uy2OOStVnLDFOu/Zwh9f6PHaOI=
Visual documentation
Environment
- FlutterFlow version: v6.6.5
- Flutter version: 3.38.5
- Platform: Web
- Browser name and version: Chrome (Latest version)
- Operating system and version affected: Windows 11Additional Information
I have taken extensive troubleshooting steps to resolve this. I deleted the entire map widget and the original "LondonMap" page. Currently, the project has no map widgets or backend queries (queries) associated with the "capsules" collection, yet the error persists in the "Issues" panel. I have also verified that no other pages or components in the project are causing this conflict.
When I follow the error link to the Firestore settings, there is no option or button to manually deploy or configure the indexes as expected, despite already having the "Cloud Datastore Index Admin" and "Editor" roles active for firebase@flutterflow.io in Google Cloud IAM.
The goal of this project is to have a functional Google Map using "Items" (markers) to categorize them by color and assign specific actions to each one. This persistent setup error is preventing all progress on the core infrastructure of my app, "Latin Go".
Thank you for your time and assistance in resolving this synchronization issue.


