Skip to content

Commit

Permalink
Update firebase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkaneel authored Oct 6, 2022
1 parent e538491 commit 80ed80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/firebase.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import firebase from "firebase";

var firebaseConfig = {
apiKey: "AIzaSyBcQfYs1Szj1XZNesa8YttOB_Clg-Qq6vU",
databaseURL:"https://web-rtc-js-default-rtdb.firebaseio.com"
apiKey: "AIzaSyAEirUxW9XifKOZ__gsbHDuWcxj-FSK-YM",
databaseURL:"https://firecall-2a2f0-default-rtdb.asia-southeast1.firebasedatabase.app"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
Expand Down

0 comments on commit 80ed80c

Please sign in to comment.