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 69e9868 commit c333549Copy full SHA for c333549
packages/database/index.node.ts
@@ -84,7 +84,7 @@ export function registerDatabase(instance: FirebaseNamespace) {
84
const namespace = (instance as _FirebaseNamespace).INTERNAL.registerComponent(
85
new Component(
86
'database',
87
- (container, url) => {
+ (container, { instanceIdentifier: url }) => {
88
/* Dependencies */
89
// getImmediate for FirebaseApp will always succeed
90
const app = container.getProvider('app').getImmediate();
0 commit comments