Mohammad Fahad Sheikh

Results 3 comments of Mohammad Fahad Sheikh

@douglascorrea So I did a npm install and was still getting the issue. I decided to download the git repo in a fresh directly and follow the npm install and...

I was able to fix the issue by changing the following in /src/api/firebase.js import \* as firebase from 'firebase/firebase-browser'; to import \* as firebase from 'firebase';

Actually I just found the source of the initial problem. If I am running Visual Studio Code at the time I run npm start it causes the above mentioned error...