Can't convert dates to Firestore timestamps #5966
Answered
by
andersonaddo
gospodinove
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
andersonaddo
Dec 28, 2021
Replies: 1 comment 1 reply
-
I think here's a right way to use it: Looking at react-native-firebase/packages/firestore/lib/index.js Lines 337 to 348 in 8efda50 which points to react-native-firebase/packages/firestore/lib/FirestoreStatics.js Lines 25 to 30 in 8efda50 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gospodinove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think here's a right way to use it:
react-native-firebase/packages/firestore/e2e/DocumentSnapshot/data.e2e.js
Line 71 in 8efda50
Looking at
react-native-firebase/packages/firestore/lib/index.js
Lines 337 to 348 in 8efda50
which points to
…