()
| 200 | static _appDidLaunch = false; |
| 201 | static _inForeground = false; |
| 202 | static get inForeground() { |
| 203 | return Firebase._inForeground; |
| 204 | } |
| 205 | constructor() { |
| 206 | if (firebaseInstance) { |
| 207 | return firebaseInstance; |
nothing calls this directly
no outgoing calls
no test coverage detected