ionic-team / ionic-cloud-angular

Angular 2 Integration for Ionic Cloud
MIT License
29 stars 23 forks source link

Using cloud in Ionic 2 Release candidate #20

Closed joshgarwood closed 8 years ago

joshgarwood commented 8 years ago

Hey guys!

I'm in the process of upgrading to ionic 2 release candidate and am struggling to figure out how to initialize it with cloudSettings. Previously we did that in the AppComponent with ionicBootstrap and provideCloud. But now that it seems everything is being done in the app.module, I'm not sure how to get this working. Would we still use provideCloud, and just put it in the bootstrap property?

Any advice would be much appreciated. Thanks!

imhoffd commented 8 years ago

Hey @joshgarwood. The docs should be up-to-date with how to configure the cloud client and its providers.

We're aware of a current issue with ngc. See https://github.com/driftyco/ionic-cloud/issues/59

joshgarwood commented 8 years ago

D'oh! I shoulda looked at the docs! Sorry about that. I'll keep my eye on the ngc issue. Thanks!

imhoffd commented 8 years ago

@joshgarwood This should be all resolved. Let me know if you encounter any issues!