()
| 1093 | } |
| 1094 | |
| 1095 | static documentId(): FieldPath { |
| 1096 | return FieldPath.fromNative(com.google.firebase.firestore.FieldPath.documentId()); |
| 1097 | } |
| 1098 | |
| 1099 | toString() { |
| 1100 | return this.native.toString().replace(/([`])/g, ''); |
nothing calls this directly
no test coverage detected