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 1e717d6 commit a0599e8Copy full SHA for a0599e8
packages/messaging/src/index.ts
@@ -39,7 +39,7 @@ const MESSAGING_NAME = 'messaging';
39
function factoryMethod(
40
container: ComponentContainer
41
): FirebaseService & FirebaseMessaging {
42
- // Dependencies.
+ // Dependencies. 1213
43
const app = container.getProvider('app').getImmediate();
44
const appConfig = extractAppConfig(app);
45
const installations = container.getProvider('installations').getImmediate();
0 commit comments