Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist98523yWelcome to stack overflow, we're a friendly bunch.
Don't even know what language you're in, never mind about firebase. -
atheist98523y@petergriffin for once I agree with you and think you're being entirely reasonable.
What is the world coming to? -
import firebase from 'firebase/app';
Also check if you actually installed firebase :D
npm install firebase
Related Rants
-
BugsBuggy4She: I uploaded it on FB. Me: Why on Firebase?
-
Mitiko8You know the Microsoft guy who installed Chrome because Edge crashed. Don't judge him that much! The guys at ...
-
dishantsheth2I was talking to a few young developers at a Uni today and asked them what areas they worked in/were intereste...
I have been facing a weird error which is that I cannot import firebase, I tried compat, re-installing, etc.
If you know about it, please help me...
import firebase from 'firebase';
//import * as firebase from 'firebase/app';
//import firebase from 'firebase/app';
all of above does not work
the error is Module not found: Can't resolve 'firebase'
my firebase version is 9.1.2
question
firebase