@sirendesign/markup 1.0.25 → 1.0.26
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/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/markup-widget.esm.js +1 -1
- package/dist/markup-widget.esm.js.map +1 -1
- package/dist/markup-widget.js +1 -1
- package/dist/markup-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39632,7 +39632,8 @@ const getDefaultFirebaseConfig = () => {
|
|
|
39632
39632
|
apiKey: 'AIzaSyD2rQ-HOEU4VW5h5CGmKQK9FcBDp2bi98g',
|
|
39633
39633
|
authDomain: 'markup-db905.firebaseapp.com',
|
|
39634
39634
|
projectId: 'markup-db905',
|
|
39635
|
-
|
|
39635
|
+
// Use the appspot.com storage bucket hostname which the SDK expects
|
|
39636
|
+
storageBucket: 'markup-db905.appspot.com',
|
|
39636
39637
|
messagingSenderId: '330137146006',
|
|
39637
39638
|
appId: '1:330137146006:web:264638f50408c3864428b7'
|
|
39638
39639
|
};
|