@sirendesign/markup 1.0.17 → 1.0.18
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.
|
@@ -11569,13 +11569,9 @@ const getDefaultsFromGlobal = () => getGlobal().__FIREBASE_DEFAULTS__;
|
|
|
11569
11569
|
* See https://github.com/firebase/firebase-js-sdk/issues/6838
|
|
11570
11570
|
*/
|
|
11571
11571
|
const getDefaultsFromEnvVariable = () => {
|
|
11572
|
-
|
|
11572
|
+
{
|
|
11573
11573
|
return;
|
|
11574
11574
|
}
|
|
11575
|
-
const defaultsJsonString = process.env.__FIREBASE_DEFAULTS__;
|
|
11576
|
-
if (defaultsJsonString) {
|
|
11577
|
-
return JSON.parse(defaultsJsonString);
|
|
11578
|
-
}
|
|
11579
11575
|
};
|
|
11580
11576
|
const getDefaultsFromCookie = () => {
|
|
11581
11577
|
if (typeof document === 'undefined') {
|
|
@@ -39692,9 +39688,6 @@ registerAuth("Browser" /* ClientPlatform.BROWSER */);
|
|
|
39692
39688
|
* VITE_FIREBASE_API_KEY, VITE_FIREBASE_AUTH_DOMAIN, etc.
|
|
39693
39689
|
*/
|
|
39694
39690
|
const getDefaultFirebaseConfig = () => {
|
|
39695
|
-
var _a;
|
|
39696
|
-
// Check if running in browser without env vars (UMD bundle)
|
|
39697
|
-
typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV) === 'production';
|
|
39698
39691
|
// Try to get from environment variables (works in build time)
|
|
39699
39692
|
const config = {
|
|
39700
39693
|
apiKey: 'AIzaSyD2rQ-HOEU4VW5h5CGmKQK9FcBDp2bi98g',
|