-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
makeDocumentSnapshot
check wrong option names.
#79
makeDocumentSnapshot
check wrong option names.
#79
Comments
I haven't run into that, but I'm also not using the function from a class implementation, I've been using it statically and passing in my app, so I can't say it's not related. |
Thanks. I tried it statically and get the same error. It seems to me that |
makeDocumentSnapshot
checks the options to see if there is anapp
property, butDocumentSnapshotOptions
calls itfirebaseApp
. This leads to some weird casting requirements to usemakeDocumentSnapshot
with your own initialized app.This issue is here.
firebase-functions-test/src/providers/firestore.ts
Line 58 in 22ba3d1
The text was updated successfully, but these errors were encountered: