This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33<img src =" images/features/crash.png " width =" 296px " height =" 124px " alt =" Crash " />
44
5+ > !! Disable for now as users reported prod builds would (ironically)
6+ > crash with this feature enabled.
7+
58## Enabling Crash Reporting
69Nothing to do - since plugin version 3.4.2 this plugin automatically uploads
710crashes to your Firebase Console. Just check the 'Crash' menu item every now and then.
Original file line number Diff line number Diff line change 22pod 'Firebase' , '~> 3.7.0'
33pod 'Firebase/Database'
44pod 'Firebase/Auth'
5- pod 'Firebase/Crash'
5+ # pod 'Firebase/Crash'
66
77# Uncomment if you want to enable Remote Config
88#pod 'Firebase/RemoteConfig'
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ function writePodFile(result) {
105105 `pod 'Firebase', '~> 3.7.0'
106106 pod 'Firebase/Database'
107107 pod 'Firebase/Auth'
108- pod 'Firebase/Crash'
108+ # pod 'Firebase/Crash'
109109
110110 # Uncomment if you want to enable Remote Config
111111 ` + ( isSelected ( result . remote_config ) ? `` : `#` ) + `pod 'Firebase/RemoteConfig'
You can’t perform that action at this time.
0 commit comments