iamshaunjp / firegram

Starting & final course files for the FireGram tutorial (React, Firebase & Framer Motion) on Brad Traversy's YouTube channel.
304 stars 250 forks source link

Default import issue of config.js #4

Open ramdgupta opened 3 years ago

ramdgupta commented 3 years ago

Default import is not found in projectStorage

sarveshhiwase commented 3 years ago

use imports like this import {projectStorage,projectFireStore} from '../firebase/config'; here we are using es6 feature of destructuring of objects