@stokr/components-library 2.0.0 → 2.0.1

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.
@@ -7,13 +7,13 @@ exports.default = exports.auth = void 0;
7
7
  var _app = require("firebase/app");
8
8
  var _auth = require("firebase/auth");
9
9
  var firebaseConfig = {
10
- apiKey: 'AIzaSyBBp_3Romnfv--YpUuV0mJgDymvSp3oq0c',
11
- authDomain: 'stokr-development-env.firebaseapp.com',
12
- projectId: 'stokr-development-env',
13
- storageBucket: 'stokr-development-env.appspot.com',
14
- messagingSenderId: '568229412804',
15
- appId: '1:568229412804:web:2391857e3e2a0b02346e91',
16
- measurementId: 'G-CP53SZVSMN'
10
+ apiKey: process.env.REACT_APP_FIREBASE_API_KEY,
11
+ authDomain: process.env.REACT_APP_FIREBASE_AUTH_DOMAIN,
12
+ projectId: process.env.REACT_APP_FIREBASE_PROJECT_ID,
13
+ storageBucket: process.env.REACT_APP_FIREBASE_STORAGE_BUCKET,
14
+ messagingSenderId: process.env.REACT_APP_FIREBASE_MESSAGING_SENDER_ID,
15
+ appId: process.env.REACT_APP_FIREBASE_APP_ID,
16
+ measurementId: process.env.REACT_APP_FIREBASE_MEASUREMENT_ID
17
17
  };
18
18
 
19
19
  // Initialize Firebase
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",