`export 'initializeApp' (imported as 'firebase') was not found in 'firebase/compat/app' (possible exports: default)`
I tried all the possible things, which include forced global installation of firebase, login of the firebase , changing to the to this
import * as firebase from ‘firebase/compat/app’
import “firebase/compat/auth”
from
import * as firebase from ‘firebase/app’
import “firebase/auth”
still no changes .
New contributor
tanmay bhurkhunde is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.