Tommy Wong
Results
1
comments of
Tommy Wong
As of version @angular/fire 7 onwards, they are importing the modules in this way ``` imports: [ BrowserModule, provideFirebaseApp(() => initializeApp(environment.firebaseConfig)), provideFirestore(() => getFirestore()), provideStorage(() => getStorage()), provideAuth(() => getAuth()),...