Rollup: Using eval is very discouraged as it has security risks.

Help with the solution, error in firebase / auth.js and firebase / database.js

It must be a bug in firebase node_module! I can not understand what is happening.

Works when I remove firebase.initializeApp (config)

But having the same error when adding above!

enter image description here

enter image description here

+1
ionic-framework firebase firebase-database firebase-authentication ionic2
source share
1 answer

Using Firebase v3 in Ionic2 Via NPM does not work at all! There were many problems in their node module.

So, I have found a solution. Follow the link below where a similar issue was discussed. https://forum.ionicframework.com/t/is-it-possible-to-use-firebase-v3-in-ionic-2/54387

And here is the direct solution link .. https://github.com/aaronksaunders/ionic2firebase3

Just don't use Firebase v3 in Ionic2 through NPM unless they fix the problems in their node firebase module.

+1
source share

All Articles