Skip to content

Commit

Permalink
Changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
maaverik committed Apr 27, 2020
1 parent 0e48764 commit 8b476a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions simplq/src/services/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ import "firebase/analytics";
import "firebase/firestore";

const firebaseConfig = {
apiKey: "AIzaSyDNv4v8sTB0MS9K2Sut9-aETG6v_fJdU0k",
authDomain: "simplq-9f197.firebaseapp.com",
databaseURL: "https://simplq-9f197.firebaseio.com",
projectId: "simplq-9f197",
storageBucket: "simplq-9f197.appspot.com",
messagingSenderId: "922027257596",
appId: "1:922027257596:web:289581e7f35476eb7e7179",
measurementId: "G-G95KXMDJYE"
apiKey: "AIzaSyAv1Us5mnNHg4_JWgJxcjhvGaBIfwXqbbo",
authDomain: "simplq-nithin.firebaseapp.com",
databaseURL: "https://simplq-nithin.firebaseio.com",
projectId: "simplq-nithin",
storageBucket: "simplq-nithin.appspot.com",
messagingSenderId: "199340496527",
appId: "1:199340496527:web:d8d149fa464366957882fa",
measurementId: "G-D89WHXSBVQ"
};

class QueueService {
constructor() {
firebase.initializeApp(firebaseConfig);
this.queues = firebase.firestore().collection("navaq");
this.queues = firebase.firestore().collection("queues");
}

createQueue(name) {
Expand Down

0 comments on commit 8b476a7

Please sign in to comment.