Skip to content

Commit

Permalink
add missing comma to firebase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Oct 23, 2024
1 parent a8a6153 commit 9588406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const prodConfig = {
storageBucket: "cioos-metadata-form-8d942.appspot.com",
messagingSenderId: "467286137979",
appId: "1:467286137979:web:250b09e3db2a56716016de",
measurementId: "G-BEMJG40RHN"
measurementId: "G-BEMJG40RHN",
};

const devConfig = {
Expand All @@ -30,7 +30,7 @@ const devConfig = {
storageBucket: "cioos-metadata-form-dev-258dc.appspot.com",
messagingSenderId: "141560007794",
appId: "1:141560007794:web:861d99b02210ea4d17c6eb",
measurementId: "G-BSKRHNR1EW"
measurementId: "G-BSKRHNR1EW",
};


Expand Down

0 comments on commit 9588406

Please sign in to comment.