Skip to content

Commit 9a3180a

Browse files
authored
Merge pull request #132 from FlutterFlow/pinkesh/fix-remote-config-path
[Fix] to enable remote config and crashlytics
2 parents 99e6e16 + bd1423e commit 9a3180a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ff-integrations/firebase/crashlytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: [FlutterFlow, Firebase, Crashlytics]
1010
# Firebase Crashlytics
1111
[Firebase Crashlytics](https://firebase.google.com/products/crashlytics) is a crash-reporting tool that helps you catch errors. It enables you to troubleshoot the issue by logging the details, such as the exact line number that caused the error, device name, OS version, and time when the crash happened.
1212

13-
To enable Firebase Crashlytics, navigate to **Settings and Integrations** > **Integrations** > **Firebase Crashlytics** and **Enable Firebase Crashlytics**.
13+
To enable Firebase Crashlytics, navigate to **Settings and Integrations** > **Project Setup** > **Firebase** > Expand the **Crashlytics** section and **Enable Crashlytics**.
1414

1515
Firebase Crashlytics only supports catching errors on mobile platforms (Android and iOS).
1616

Binary file not shown.

docs/ff-integrations/firebase/remote-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Follow the steps below to use the Remote Config:
2525

2626
### 1. Enable Remote Config
2727

28-
To enable it, navigate to **Settings and Integrations** > **Integrations** > **Firebase Remote Config** and **Enable Remote Config**.
28+
To enable Remote Config, navigate to **Settings and Integrations** > **Project Setup** > **Firebase** > Expand the **Remote Config** section and **Enable Remote Config**.
2929

30-
![Enabling Remote Config](imgs/enable-remote-config.avif)
30+
![Enabling Remote Config](imgs/remote-config.avif)
3131

3232
### 2. Add parameter in Firebase Console
3333

0 commit comments

Comments
 (0)