()
| 554 | } |
| 555 | |
| 556 | get app(): FirebaseApp { |
| 557 | if (!this._app) { |
| 558 | // @ts-ignore |
| 559 | this._app = FirebaseApp.fromNative(com.google.firebase.FirebaseApp.getInstance()); |
| 560 | } |
| 561 | return this._app; |
| 562 | } |
| 563 | } |
nothing calls this directly
no test coverage detected