Skip to content

Commit

Permalink
Fixing firebase.js conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Ayad authored and Ahmed Ayad committed Aug 23, 2020
1 parent 212b45a commit e160338
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ firebase.initializeApp(firebaseConfig);
const db = firebase.firestore();
export const usersRef = db.collection('users');
export const routesRef = db.collection('routes');
<<<<<<< HEAD
=======
export const bussesRef = db.collection('busses');

>>>>>>> 587027a976866e669f301489610df6c97220dad0
export const auth = firebase.auth();
if (!window.isJest) {
auth.setPersistence(firebase.auth.Auth.Persistence.LOCAL);
Expand Down

0 comments on commit e160338

Please sign in to comment.