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
In order to make way for proper unit testing, the model classes require major refactoring. To test authentication, database operations, or anything to do with Firebase, complete mocks will be created. The first step in achieving this is creating protocols for the model classes. Mock models can then be made for the unit tests.
The text was updated successfully, but these errors were encountered:
In order to make way for proper unit testing, the model classes require major refactoring. To test authentication, database operations, or anything to do with Firebase, complete mocks will be created. The first step in achieving this is creating protocols for the model classes. Mock models can then be made for the unit tests.
The text was updated successfully, but these errors were encountered: