@infrab4a/connect-angular 4.1.2-beta.5 → 4.1.2-beta.7
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.
- package/esm2020/angular-firebase-auth.module.mjs +5 -1
- package/esm2020/angular-firestore.module.mjs +5 -1
- package/fesm2015/infrab4a-connect-angular.mjs +8 -0
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +8 -0
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -117,6 +117,8 @@ AngularFirebaseAuthModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
|
|
|
117
117
|
},
|
|
118
118
|
], imports: [provideFirebaseApp((injector) => {
|
|
119
119
|
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
120
|
+
console.log('fire', appName);
|
|
121
|
+
console.log('fire', getApp);
|
|
120
122
|
try {
|
|
121
123
|
return getApp(appName);
|
|
122
124
|
}
|
|
@@ -138,6 +140,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
138
140
|
imports: [
|
|
139
141
|
provideFirebaseApp((injector) => {
|
|
140
142
|
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
143
|
+
console.log('fire', appName);
|
|
144
|
+
console.log('fire', getApp);
|
|
141
145
|
try {
|
|
142
146
|
return getApp(appName);
|
|
143
147
|
}
|
|
@@ -423,6 +427,8 @@ AngularFirestoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
|
|
|
423
427
|
], imports: [AngularElasticSeachModule,
|
|
424
428
|
provideFirebaseApp((injector) => {
|
|
425
429
|
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
430
|
+
console.log('fire', appName);
|
|
431
|
+
console.log('fire', getApp);
|
|
426
432
|
try {
|
|
427
433
|
return getApp(appName);
|
|
428
434
|
}
|
|
@@ -452,6 +458,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
452
458
|
AngularElasticSeachModule,
|
|
453
459
|
provideFirebaseApp((injector) => {
|
|
454
460
|
const appName = injector.get(FIREBASE_APP_NAME) || '[DEFAULT]';
|
|
461
|
+
console.log('fire', appName);
|
|
462
|
+
console.log('fire', getApp);
|
|
455
463
|
try {
|
|
456
464
|
return getApp(appName);
|
|
457
465
|
}
|