host-me-app/host-me

View on GitHub
app/src/main/java/ch/epfl/sweng/hostme/database/Auth.java

Summary

Maintainability
A
30 mins
Test Coverage
A
93%

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

private static FirebaseAuth getExactInstance() {
if (test) {
FirebaseAuth fb = FirebaseAuth.getInstance();
fb.useEmulator("10.0.2.2", 9099);
return fb;
Severity: Minor
Found in app/src/main/java/ch/epfl/sweng/hostme/database/Auth.java and 1 other location - About 30 mins to fix
app/src/main/java/ch/epfl/sweng/hostme/database/Storage.java on lines 29..37
Category
Status