()
| 14 | } |
| 15 | |
| 16 | testIt(): void { |
| 17 | this.issue_139(); |
| 18 | this.issue_51(); |
| 19 | //Promise.all([this.init(), this.invalid_field_path(), this.issue_139(), this.field_path()]); |
| 20 | } |
| 21 | |
| 22 | issue_51() { |
| 23 | const doc = firebase().firestore().collection('users').doc('0Myq8dlF1dQtC7tX4WlA'); |