-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Use of unexported auth property #545
Comments
Thnx to @ivoviz, @orangesoup found workaround: open
|
Yep, |
Hi, i did the same and now it works, thanks. |
@olostan , it should be |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to bundle with
rollup
angularfire2 (ionic 2 app) I got such error:Error: Module myproject/node_modules/angularfire2/node_modules/firebase/firebase-browser.js does not export auth (imported by myproject/node_modules/angularfire2/auth/firebase_sdk_auth_backend.js)
Seems it is because
import {auth} from 'firebase'
andauth
is not exported. Using angularfire2 version 2.0.0-beta.5The text was updated successfully, but these errors were encountered: