whatsapp-clone icon indicating copy to clipboard operation
whatsapp-clone copied to clipboard

Can't resolve firebase

Open sugarif10 opened this issue 3 years ago • 1 comments

I stuck in Sidebar.js here is the coding below

carbon

but the error is always like this

carbon (1)

I've tried many times to uninstall firebase and clear the cache but the bug is always the same. can you help me?

sugarif10 avatar Dec 06 '21 07:12 sugarif10

Error is because the import statement is calling db from the node module called firebase and not fireabase.js.
To Fix that simply replace the import db from 'firebase' to import db from './firebase'

ManishS6 avatar Feb 02 '22 13:02 ManishS6