-
Notifications
You must be signed in to change notification settings - Fork 893
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
Angular build error using firebase, when importing firebase/auth/cordova #5878
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I got the same issue, but downgrading it to 0.17.1 didn't help |
Please try importing from |
|
Oh wow I just realized. So you guys use the publicly available @firebase namespace... for internal SDK usage? |
The problem persists in latest firebase package:
|
READ THIS: DOWNGRADING TO @firebase/[email protected] fixed the problem.
Operating System version: macOS 10.15.2
in my package.json:
./src/components/app/login/login.component.ts:18:0-108 - Error: Module not found: Error: Package path ./cordova is not exported from package /Users/me/project/node_modules/@firebase/auth (see exports field in /Users/me/project/node_modules/@firebase/auth/package.json)
Import code:
The text was updated successfully, but these errors were encountered: