Skip to content

Commit 056af57

Browse files
committed
Address review comments
1 parent 7371892 commit 056af57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ff-integrations/database/cloud-firestore/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ com/embed/v_hR4K4auoQ" frameborder="0" allow="accelerometer; autoplay; clipboard
9797

9898
## Manage Databases
9999

100-
You can also create multiple Firestore databases within a single Firebase project. This makes it easy to set up separate data environments, such as development, staging, and production, without needing to create and manage multiple Firebase projects.
100+
You can also create multiple Firestore databases within a single Firebase project. This is especially useful for enterprise use cases, for example, when managing region-based databases or supporting multiple clients with isolated data stores.
101+
102+
Additionally, you can use multiple databases to simulate different environments such as development, staging, and production. **However, note that** this setup is not directly related to the [Development Environments](../../../testing-deployment-publishing/development-environments/development-environments.md) in FlutterFlow, which operates independently of Firebase's multi-database configuration. This means that you’ll need to manually switch Firestore Database ID when switching Development Environments.
101103

102104
To create a new database, go to the **Firebase Console > Firestore Database** section. Click the button next to the default database, i.e, **Add database**. Choose a region and configure your security rules. Once the new database is created, you can switch between databases using the dropdown.
103105

0 commit comments

Comments
 (0)