Writing a Jest-based integration test against Firestore #4719
-
Hi there, We're writing a React Native app using All answers seem to point towards mocking out Firebase - but this is not what we need; our goal is creating a test that runs against a locally-running Firebase Emulator. As I'm a complete noob in react-native, I'd appreciate any pointers towards how to do this properly. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi there!
react-native-firebase/tests/app.js Lines 44 to 45 in 36fcfd0 |
Beta Was this translation helpful? Give feedback.
-
Thanks @mikehardy I'll look at your tests anyway - thanks! |
Beta Was this translation helpful? Give feedback.
Hi there!
Please investigate our own testing infrastructure for demonstrations of either:
react-native-firebase/tests/app.js
Lines 44 to 45 in 36fcfd0