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 e61b924 commit 0bffb01Copy full SHA for 0bffb01
packages/database/src/api/Database.ts
@@ -66,6 +66,7 @@ export class Database implements FirebaseService {
66
}
67
68
// We have to "reserve" the repo now so we can safely create it as-needed
69
+ // TOOD(samstern): Enabling this is a mess
70
// RepoManager.getInstance().reserveRepo(repoInfo_, app);
71
this.INTERNAL = new DatabaseInternals(this);
72
0 commit comments