We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c9403 commit a902780Copy full SHA for a902780
firebase-database/src/main/java/com/google/firebase/database/FirebaseDatabase.java
@@ -57,7 +57,7 @@ public static FirebaseDatabase getInstance() {
57
if (instance == null) {
58
throw new DatabaseException("You must call FirebaseApp.initialize() first.");
59
}
60
- return getInstance(instance, instance.getOptions().getDatabaseUrl());
+ return getInstance(instance);
61
62
63
/**
0 commit comments