Skip to content

Commit 2eaf9fe

Browse files
committed
chore(core): Add comment linking to the JS SDK PR
1 parent ae42d42 commit 2eaf9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/firebase.app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { InjectionToken, NgZone, NgModule, Optional } from '@angular/core';
22
import { app, auth, database, firestore, functions, messaging, storage } from 'firebase';
3-
// @ts-ignore
3+
// @ts-ignore (No default export https://github.com/firebase/firebase-js-sdk/pull/1184)
44
import firebase from 'firebase/app';
55

66
// Public types don't expose FirebaseOptions or FirebaseAppConfig

0 commit comments

Comments
 (0)