Closed geofot96 closed 5 years ago
Code Climate has analyzed commit 23cf6482 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (80% is the threshold).
This pull request will bring the total coverage in the repository to 81.1% (0.0% change).
View more on Code Climate.
The login and chat are now cached. This is achieved by executing
reference.setPersistenceEnabled(true)
is the first call of the database reference and only there. We commented out a sign in test (hopefully temporarily) because it violated the above principle.