You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/scripts/postinstall.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2942,12 +2942,12 @@ function promptQuestions() {
2942
2942
description: 'Are you using Firebase Messaging (y/n)',
2943
2943
default: 'n'
2944
2944
},{
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)',
2947
2947
default: 'n'
2948
2948
},{
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)',
0 commit comments