()
| 1089 | } |
| 1090 | |
| 1091 | get android() { |
| 1092 | return this.native; |
| 1093 | } |
| 1094 | |
| 1095 | static documentId(): FieldPath { |
| 1096 | return FieldPath.fromNative(com.google.firebase.firestore.FieldPath.documentId()); |
nothing calls this directly
no outgoing calls
no test coverage detected