()
| 302 | } |
| 303 | |
| 304 | data() { |
| 305 | return deserializeField(this.native.data()); |
| 306 | } |
| 307 | |
| 308 | get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType { |
| 309 | if (fieldPath instanceof FieldPath) { |
nothing calls this directly
no test coverage detected