Hello,
I'm surprised to see so little about unit testing with Firebase. I'm connecting to Firebase via an iOS app, and my unit tests point to a separately hosted firebase project. This is anything but ideal, as I need to have an open connection to the internet to run my tests.
I worked with Google App Engine previously and I really appreciated that they have a single threaded local environment for unit testing.
How comes there is nothing for firebase? How are unit testing supposed to be done?
Thank you,
Houman