()
| 1412 | } |
| 1413 | |
| 1414 | get native() { |
| 1415 | if (!this._native) { |
| 1416 | this._native = com.google.firebase.auth.FirebaseAuth.getInstance(); |
| 1417 | } |
| 1418 | return this._native; |
| 1419 | } |
| 1420 | |
| 1421 | get android() { |
| 1422 | return this.native; |
nothing calls this directly
no test coverage detected