I am trying to import firebase in my react app, using the following syntax:
import firebase from 'firebase/index';
But I am facing following issue:
./src/App.js
Module not found: Can't resolve 'firebase/index' in '/home/neosoft/Documents/react_projects/urup_dashboard/src'
I am not sure what is the issue, as I am a newbie to react.
UPDATE I have noticed a strange thing. The above syntax of import works fine in ubuntu 14.04. The issue is faced in ubuntu 16.04. I am not sure about other versions of ubuntu.