Mocking Firebase as a dependency in Swift unit tests

I am currently trying to restructure my application to include some user interface tests, however part of the interface and model is dependent on Firebase events. Is there an easy way (using some form of framework) to make fun of Firebase objects and then use this framework to trigger events?

+5
source share

All Articles