Skip to content

Commit a1bcf55

Browse files
authored
Merge pull request #154 from rabarijaona/patch-1
Update development-environments.md
2 parents b899bf7 + 5ba1fcd commit a1bcf55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/testing-deployment-publishing/development-environments/development-environments.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ A single FlutterFlow project can have **multiple environments**, each mapped to
105105

106106
![flutterflow-environment](../imgs/flutterflow-environment.avif)
107107

108-
If your project uses Firebase, you'll need to [**manually configure a new Firebase project**](../../../ff-integrations/firebase/connect-to-firebase-setup.md#connect-an-existing-firebase-project-manually) for each environment. This requires setting up a new project in the Firebase console and linking it to the selected environment in FlutterFlow.
108+
If your project uses Firebase, you'll need to [**manually configure a new Firebase project**](../../ff-integrations/firebase/connect-to-firebase-setup.md#connect-an-existing-firebase-project-manually) for each environment. This requires setting up a new project in the Firebase console and linking it to the selected environment in FlutterFlow.
109109

110110
:::info
111111
- You must complete the Firebase setup for the new environment before you can test your app using that environment. However, this doesn't stop you from continuing to run and test your app in other environments. Just switch back to production, and you can keep testing while finishing the setup for the new environment.
112-
- You must manually set up [**Firebase rules**](../../../ff-integrations/database/cloud-firestore/firestore-rules.md) and [**collections**](../../../ff-integrations/database/cloud-firestore/creating-collections.md) for the new environment.
112+
- You must manually set up [**Firestore rules**](../../ff-integrations/database/cloud-firestore/firestore-rules.md) and [**collections**](../../ff-integrations/database/cloud-firestore/creating-collections.md) for the new environment.
113113
- Data that you add to Firebase through the Content Manager is specific to the Firebase project, and environment, that you have selected
114114
:::
115115

@@ -122,7 +122,7 @@ If your project uses Firebase, you'll need to [**manually configure a new Fireba
122122
<p>
123123
It’s important to note that the **Development Environments** feature in FlutterFlow is primarily designed to configure different backends for testing
124124

125-
If you are building new features, you should consider using [**Branching**](../../../testing-deployment-publishing/branching-collaboration/branching.md). You can develop and test new features on a new branch by selecting a development environment. Once tested, you can merge the branch into `main` and switch to the `Production` Environment to go live.
125+
If you are building new features, you should consider using [**Branching**](../branching-collaboration/branching.md). You can develop and test new features on a new branch by selecting a development environment. Once tested, you can merge the branch into `main` and switch to the `Production` Environment to go live.
126126
</p>
127127
</details>
128128

0 commit comments

Comments
 (0)