We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the reference docs it says that the DeltaDocumentSnapshot data method returns a DeltaDocumentSnapshot.
data
The text is correct I guess, just not the return type. According to the source code it is any.
any
The text was updated successfully, but these errors were encountered:
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight.
Sorry, something went wrong.
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information.
Hello, thanks for bringing this up! I believe you are referring to the functions code found here: https://github.com/firebase/firebase-functions/blob/master/src/providers/firestore.ts#L79
If that's it would you mind opening the issue in that repo and closing this one? Thanks!
It's actually an issue with the functions docs, closing this bug.
No branches or pull requests
In the reference docs it says that the DeltaDocumentSnapshot
data
method returns a DeltaDocumentSnapshot.The text is correct I guess, just not the return type. According to the source code it is
any
.The text was updated successfully, but these errors were encountered: