How do I import WhereFilterOp, OrderByDirection types in v10? #1472
Answered
by
lahirumaramba
tettoffensive
asked this question in
Q&A
-
I'm using the types import { getFirestore, FieldPath } from 'firebase-admin/firestore'; I'm running into the issue What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
lahirumaramba
Dec 6, 2021
Replies: 1 comment
-
Hey @tettoffensive , |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tettoffensive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @tettoffensive ,
Thank you for pointing this out. The types need to be exposed from the
firestore
module. Should be fixed in #1513