@infrab4a/connect-angular 4.5.2-beta.0 → 4.5.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2349,7 +2349,7 @@ AngularConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
2349
2349
|
return initializeApp(injector.get(FIREBASE_OPTIONS), appName);
|
|
2350
2350
|
}
|
|
2351
2351
|
}),
|
|
2352
|
-
provideStorage(() => getStorage()),
|
|
2352
|
+
provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
|
|
2353
2353
|
AngularElasticSeachModule,
|
|
2354
2354
|
AngularFirebaseAuthModule,
|
|
2355
2355
|
AngularFirestoreModule,
|
|
@@ -2367,7 +2367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
2367
2367
|
return initializeApp(injector.get(FIREBASE_OPTIONS), appName);
|
|
2368
2368
|
}
|
|
2369
2369
|
}),
|
|
2370
|
-
provideStorage(() => getStorage()),
|
|
2370
|
+
provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
|
|
2371
2371
|
AngularElasticSeachModule,
|
|
2372
2372
|
AngularFirebaseAuthModule,
|
|
2373
2373
|
AngularFirestoreModule,
|