@infrab4a/connect-angular 4.0.0-beta.15 → 4.0.0-beta.16
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.
|
@@ -14,6 +14,7 @@ import * as i1$2 from '@angular/common/http';
|
|
|
14
14
|
import * as i1$3 from '@angular/fire/app';
|
|
15
15
|
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
|
|
16
16
|
import { isPlatformBrowser } from '@angular/common';
|
|
17
|
+
import { initializeApp as initializeApp$1 } from 'firebase/app';
|
|
17
18
|
import { getFirestore } from 'firebase/firestore';
|
|
18
19
|
|
|
19
20
|
class AuthService {
|
|
@@ -1207,8 +1208,8 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
1207
1208
|
provideFirebaseApp((injector) => {
|
|
1208
1209
|
const appName = injector.get(FIREBASE_APP_NAME);
|
|
1209
1210
|
return appName
|
|
1210
|
-
? initializeApp(injector.get(FIREBASE_OPTIONS), appName)
|
|
1211
|
-
: initializeApp(injector.get(FIREBASE_OPTIONS));
|
|
1211
|
+
? initializeApp$1(injector.get(FIREBASE_OPTIONS), appName)
|
|
1212
|
+
: initializeApp$1(injector.get(FIREBASE_OPTIONS));
|
|
1212
1213
|
}),
|
|
1213
1214
|
provideFirestore(() => getFirestore())] });
|
|
1214
1215
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: AngularFirestoreModule, decorators: [{
|
|
@@ -1219,8 +1220,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
1219
1220
|
provideFirebaseApp((injector) => {
|
|
1220
1221
|
const appName = injector.get(FIREBASE_APP_NAME);
|
|
1221
1222
|
return appName
|
|
1222
|
-
? initializeApp(injector.get(FIREBASE_OPTIONS), appName)
|
|
1223
|
-
: initializeApp(injector.get(FIREBASE_OPTIONS));
|
|
1223
|
+
? initializeApp$1(injector.get(FIREBASE_OPTIONS), appName)
|
|
1224
|
+
: initializeApp$1(injector.get(FIREBASE_OPTIONS));
|
|
1224
1225
|
}),
|
|
1225
1226
|
provideFirestore(() => getFirestore()),
|
|
1226
1227
|
],
|