-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module '"@firebase/app"' has no exported member '_FirebaseAppInternal'. #5382
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
@jbalidiong I am getting the same error with Ionic Angular - Capacitor: after i run
Package.json :
|
Solution I created a video and GitHub Repo with the fix I live for now |
For those that don't want to watch the video, the solution from @edocbuhtig is to add:
to |
And for users aren't on Typescript ? |
This has been fixed in @Jbz797 there is no impact on Javascript users. It's entirely a typing issue. |
Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
Upgrade from Firebase v8 to v9
use exp angular/fire and import AngularFireModule from @angular/fire/compat and try to build using ng build
Relevant Code:
as reported here
The text was updated successfully, but these errors were encountered: