I'm having the hardest time with the flutterflow-firebase-GCP interaction. The error is the following when I try to deply the rules from the FF firestore connect->config page.
It looks like you haven't used Cloud Firestore in this project before. Go to https://console.firebase.google.com/project/zolectrum-t-carga/firestore to create your Cloud Firestore database. If the issue persists, go to https://console.firebase.google.com/u/0/project/zolectrum-t-carga/settings/general and set "Default GCP resource location".
The thing is the project is pretty far along, the database was created and linked a month ago. Authentication worked a week ago. The firestore database did go from test mode to regular mode, but I still don't understand why I can't acces the database anymore from flutterflow. I'm an experienced programmer, but this is the first project with flutter and have had tons of problems with changes in the UI compared to the documentation.
Firebase is connected to the project aparently.
What have you tried so far?
1) I tried what the error suggests, but the link takes you to the general settings of the project in the firebase console. The suggestion is to change or set the "Default GCP resource location" but there is not such variable in the general settings tab and according to documentation it was deprecated. This is definitely a bug due to the inconsistency.
2) I tried going to the firebase console and maybe altering the firebase database rules there since the change from test mode to regular mode would probably change those. All the documentation says to select the project, database, and look for the rules tab. There is no rules tab. Some documentation says to select the database below, but there is no database selection. I do have the explorer panel showing the contents of the database I wan to use though. URL ends in /database/data.
3) I tried going to the GCP console via the "More in Google Cloud" to the security option but the firestore rules are only readonly there.
4) Finally I just tried hacking the URL to see if I could get the firestore rules tab destination. I got the url from a video and instead of ending with /{database}/data, it ends with /{database}/security/rules . I changed the read/write line to "allow read, write: if true;" No change, still barking up the wrong tree. I still cannot deploy the firestore rules from flutterflow.
Did you check FlutterFlow's Documentation for this topic?