@infrab4a/connect-angular 4.17.0-beta.6 → 4.17.0-beta.8
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.
|
@@ -2698,11 +2698,9 @@ AngularConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
2698
2698
|
});
|
|
2699
2699
|
}
|
|
2700
2700
|
catch (error) {
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
isTokenAutoRefreshEnabled: true,
|
|
2705
|
-
});
|
|
2701
|
+
if (error instanceof Error)
|
|
2702
|
+
console.error(error.message);
|
|
2703
|
+
return;
|
|
2706
2704
|
}
|
|
2707
2705
|
}),
|
|
2708
2706
|
provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
|
|
@@ -2738,11 +2736,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
2738
2736
|
});
|
|
2739
2737
|
}
|
|
2740
2738
|
catch (error) {
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
isTokenAutoRefreshEnabled: true,
|
|
2745
|
-
});
|
|
2739
|
+
if (error instanceof Error)
|
|
2740
|
+
console.error(error.message);
|
|
2741
|
+
return;
|
|
2746
2742
|
}
|
|
2747
2743
|
}),
|
|
2748
2744
|
provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
|