()
| 215 | } |
| 216 | |
| 217 | get options() { |
| 218 | if (!this._options) { |
| 219 | this._options = FirebaseOptions.fromNative(this._native); |
| 220 | } |
| 221 | return this._options; |
| 222 | } |
| 223 | |
| 224 | delete() { |
| 225 | return new Promise<void>((resolve, reject) => { |
no test coverage detected