Mike Hardy

Results 2215 comments of Mike Hardy

I don't see it on the upstream firebase-js-sdk API? https://firebase.google.com/docs/reference/js/firestore_.fieldpath Can you point to a reference doc for the firebase-js-sdk modular API that has it, I may be looking at...

@aazarkhish if it is missing in firebase-js-sdk it *will* be missing here, we follow them. If this is something the modular API needs for FieldPath, you should open an issue...

@aazarkhish 🤔 and yet, in their docs it does not exist? https://firebase.google.com/docs/reference/js/firestore_.fieldpath Does it actually *work* on firebase-js-sdk using their modular APIs if you attempt it ? I haven't tried...

@andrastoth-ws > Does this answer the question? Nope, the question is: > Yes but does it work in firebase-js-sdk - that's our template Your reproduction is for react-native-firebase. I need...

I strongly encourage you to post up your use case on stackoverflow tagged up really well with firebase tags - do your best on the question - the firebase team...

I really appreciate you running the test though - forgot to say - I was honestly curious. I was pretty sure I'd analyzed the types correctly but that's different from...

@diadiushko I strongly suggest you read the comments above. The problem is not the TS definitions. The problem is *the method is **gone** in the modular namespace*. It doesn't exist...

@andrastoth-ws very interesting. I looked into this again and you're right. I couldn't figure out *how* a `documentId()` function could be valid without the internal context of the document or...