[Technical Questions] Testing Firestore #131
Unanswered
elsa-bismuth
asked this question in
Technical Questions
Replies: 1 comment
-
@elsa-bismuth Could you since resolve the issue? If not, please tag @felixschlegel here, he is more than happy to help with the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
Hi!
I am trying to write a test to check if sending to Firestore is working. I am trying to mock an activity, mock the Firestore, and mock the userDocumentReference. It is hard to do the last thing because the configuration is private and I can't set it. Even when i remove the privacy, it still doesnt work. Have you ever tested sending requests to firestore? Should we test it?
Reproduction
I connected the firestore and am now trying to write tests for it.
Expected behavior
Passing the test
Additional context
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions