Firestore V9 syntax is supposed to be supported but not seeing any typescript definitions. #7694
Unanswered
grantsingleton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v18.5.0 introduced V9 modular syntax but I can't figure out how to use it.
import { getFirestore, getDoc } from '@react-native-firebase/firestore'
doesn't work or at least there are no ts defs for it. I can export them from'@react-native-firebase/firestore/lib/modular'
but I don't think it's supposed to be done that way.Has anyone used the modular syntax yet and if so, how should I do it?
Beta Was this translation helpful? Give feedback.
All reactions