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' and auth is not exported. Using angularfire2 version 2.0.0-beta.5
When trying to bundle with
rollupangularfire2 (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'andauthis not exported. Using angularfire2 version 2.0.0-beta.5