danielsogl / awesome-cordova-plugins

Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
https://danielsogl.gitbook.io/awesome-cordova-plugins/
Other
2.41k stars 2.43k forks source link

ionic 3 support #3179

Closed juliocbcotta closed 5 years ago

juliocbcotta commented 5 years ago

So... the current version of ionic-native dont' support ionic v3 anymore, right? I mean... It looks like there is a need to use angular 7 since 5.0.0-beta22, is it right? I was looking forward to use the firebasex plugin without having to update all code base.

danielsogl commented 5 years ago

The code is compiled with the latest Angular release but you can upgrade to Ionic-Native V4 without problems.

juliocbcotta commented 5 years ago

Ionic native v4 does not contain Firebase X

danielsogl commented 5 years ago

This has nothing to do with backwards compatibility and is also wrong as you can see here: https://www.npmjs.com/package/@ionic-native/firebase-x

juliocbcotta commented 5 years ago

@danielsogl firebase-x depends of ionic-native code that is meant to work with angular7, even older versions of firebase-x would not work with ionic 3. So no, I am not wrong here.