Default import issue of config.js
ramdgupta opened this issue · 1 comments
ramdgupta commented
Default import is not found in projectStorage
sarveshhiwase commented
use imports like this
import {projectStorage,projectFireStore} from '../firebase/config';
here we are using es6 feature of destructuring of objects