ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Need to upgrade to ionic-native 3x #190

Open ncapito opened 7 years ago

ncapito commented 7 years ago

We are unable to upgrade to ionic-native 3x because @ionic/cloud-angular uses this library and this library is still using an old version of ionic-native.

I guess this is technically a feature request, or an update on your plans on upgrading your ionic-native dependencies?

nicobytes commented 7 years ago

the same question, why ionic-cloud doesn't use ionic-native 3?

ncapito commented 7 years ago

If anyone is stuck on this we upgraded to 3x but left a reference in our package.json to ionic-native 2x . Short term this works hopefully long term this gets migrated. I started doing some if it but it's going to be fairly involved since they migrated everything to services.

anton-white commented 7 years ago

I'm also using ionic-cloud and have upgraded to ionic-native 3x. It works, though there's no decrease in the size of the final build. As a result, the build still has the full ionic-native old package which weights more than 10% of all the code base. In smaller projects the percentage would be much higher. Guys, please upgrade ionic-cloud.

mlynch commented 7 years ago

Thanks we will be making the move soon, stay tuned

wodka commented 7 years ago

when is soon? ionic3 is already released

nicksmithr commented 7 years ago

Any news on this @mlynch ? Would be awesome to be able to update to Ionic Native 3.x on my project with Ionic 3.

vovikdrg commented 7 years ago

As part of that i am having issue that ionic-native has refference to old rxjs...

vovikdrg commented 7 years ago

Any news on this one?

mlynch commented 7 years ago

Can you guys try the version I just pushed to master? Removed the ionic-native dependency entirely, but you'll still need the corresponding plugins if you're using any (right now just for cordova device, then facebook and googleplus auth). You'll need to clone the repo and do a build to get the bundle

vovikdrg commented 7 years ago

@mlynch After build just copy to node_modules?

mlynch commented 7 years ago

Actually sorry, try npm install @ionic/cloud@beta

vovikdrg commented 7 years ago

@mlynch perfect :) let me try

mlynch commented 7 years ago

Also I published a beta of the @ionic/cloud-angular: npm install @ionic/cloud-angular@beta

vovikdrg commented 7 years ago

@mlynch i will test them today

vovikdrg commented 7 years ago

@mlynch It works :) thank you

mpolutta commented 7 years ago

Beta worked for me too. Now on to the next build error. Thanks.

wodka commented 7 years ago

If it's working is there any status on when a new release will include ionic3?