Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5f96c7d

Browse files
author
Dick Smith
committed
.
1 parent 81ba290 commit 5f96c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/scripts/postinstall.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,12 +2942,12 @@ function promptQuestions() {
29422942
description: 'Are you using Firebase Messaging (y/n)',
29432943
default: 'n'
29442944
}, {
2945-
name: 'crash_reporting',
2946-
description: 'Are you using Firebase Crash Reporting (y/n)',
2945+
name: 'crashlytics',
2946+
description: 'Are you using Firebase Crashlytics (currently iOS only; both crashlytics and crash_reporting can be enabled and crashlytics will be used for iOS and crash_reporting for android) (y/n)',
29472947
default: 'n'
29482948
}, {
2949-
name: 'crashlytics',
2950-
description: 'Are you using Firebase Crashlytics (y/n)',
2949+
name: 'crash_reporting',
2950+
description: 'Are you using Firebase Crash Reporting (y/n)',
29512951
default: 'n'
29522952
}, {
29532953
name: 'storage',

0 commit comments

Comments
 (0)