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: publish/scripts/installer.js
+48-5Lines changed: 48 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -145,11 +145,11 @@ function promptQuestions() {
145
145
default: 'n'
146
146
},{
147
147
name: 'crashlytics',
148
-
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)',
148
+
description: 'Are you using Firebase Crashlytics (y/n)',
149
149
default: 'n'
150
150
},{
151
151
name: 'crash_reporting',
152
-
description: 'Are you using Firebase Crash Reporting (y/n)',
152
+
description: 'Are you using Firebase Crash Reporting (answer "n" if you want to use Crashlytics instead) (y/n)',
Copy file name to clipboardExpand all lines: src/scripts/postinstall.js
+49-5Lines changed: 49 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2943,11 +2943,11 @@ function promptQuestions() {
2943
2943
default: 'n'
2944
2944
},{
2945
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)',
2946
+
description: 'Are you using Firebase Crashlytics (y/n)',
2947
2947
default: 'n'
2948
2948
},{
2949
2949
name: 'crash_reporting',
2950
-
description: 'Are you using Firebase Crash Reporting (y/n)',
2950
+
description: 'Are you using Firebase Crash Reporting (answer "n" if you want to use Crashlytics instead) (y/n)',
0 commit comments