You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it comes to database, it's hard to ensure with mocking that your code actually works, mainly because it's a big chaing of function calls that you don't even ensure it works, since you're basically testing the mock.
Usually what fails when it comes to database are configurations, and configuration you can only test using the actual thing.
When it comes to database, it's hard to ensure with mocking that your code actually works, mainly because it's a big chaing of function calls that you don't even ensure it works, since you're basically testing the mock.
Usually what fails when it comes to database are configurations, and configuration you can only test using the actual thing.
Here's how to setup firebase locally:
https://firebase.googleblog.com/2015/04/end-to-end-testing-with-firebase-server_16.html
The text was updated successfully, but these errors were encountered: