Commit 4c7840a
committed
docs(app, ios): remove nil check prior to configure
It appears that checking `[FIRApp defaultApp] == nil` will log an error message,
and I'm not sure how it could ever be called twice (which would throw an exception instead)?
Conforms with upstream documentation https://firebase.google.com/docs/ios/setup#objective-c
Fixes #57391 parent 47d2265 commit 4c7840a
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 115 | + | |
118 | 116 | | |
119 | 117 | | |
120 | 118 | | |
| |||
0 commit comments