Subject: Configuration Error When Changing Firestore Database ID in FlutterFlow
Description:
Hello FlutterFlow Community,
I’m encountering a configuration error when attempting to change the Firestore database ID in my FlutterFlow project. Here are the details:
Initial Setup:
FlutterFlow initially created a Firestore database, which is currently set as the default database in Firebase.
New Database Creation:
I have created a new Firestore database within the same Firebase project, with the database ID:
db2
.
Issue:
When I try to update the database ID to
db2
in the FlutterFlow settings, I receive a configuration error.
Request:
Could anyone help me understand why this issue is occurring and how to resolve it? Any guidance or steps to troubleshoot this would be greatly appreciated.
Thank you!