whatsapp-clone
whatsapp-clone copied to clipboard
Can't resolve firebase
I stuck in Sidebar.js here is the coding below
but the error is always like this
I've tried many times to uninstall firebase and clear the cache but the bug is always the same. can you help me?
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'