I am trying to add Firebase in my ionic2 project from: https://ionicframework.com/docs/v2/native/firebase/
After installing, I got this error:
/myApp2/node_modules/ionic-native/dist/es5/index"' has no exported member 'Firebase'.
L9: import { Firebase } from 'ionic-native';
Anyone has solution for this?
Use import * as Firebase from 'firebase'; instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With