Set up the app build for automated testing and implement some test cases for unit tests (especially the data classes) and UI tests
https://developer.apple.com/reference/xctest
https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/01-introduction.html#//apple_ref/doc/uid/TP40014132
Tests that use Firebase should connect to the STAGING app, not production.
Set up the app build for automated testing and implement some test cases for unit tests (especially the data classes) and UI tests
https://developer.apple.com/reference/xctest
https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/01-introduction.html#//apple_ref/doc/uid/TP40014132
Tests that use Firebase should connect to the STAGING app, not production.