Skip to content

Commit

Permalink
Updated firebase API key
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceMarshall committed Apr 2, 2024
1 parent 17eb11e commit 8e8e8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const productionDB = "https://cioos-metadata-form.firebaseio.com";
const devDB = "https://cioos-metadata-form-dev.firebaseio.com";

const config = {
apiKey: "AIzaSyAdlELZS5Lbea5NquotMT8amwO-Lc_7ogc",
apiKey: "AIzaSyDwXR8L9GNY0HszcSj2qU770YDHd-W3f9w",
authDomain: "cioos-metadata-form.firebaseapp.com",
databaseURL:
process.env.NODE_ENV === "production" && !deployedOnTestSserver
Expand Down

0 comments on commit 8e8e8a2

Please sign in to comment.