Re: [Development] QtCloudMessaging repository request to Qt

2017-07-26 Thread Ari Salmi
Hi, Continuing the same thread for looking for reviewers and commenters :) Its in! :) I got QtCloudMessaging API code pushed in to the codereview! I’m looking for comments and reviewers for it in order to proceed for final contribution and blog post to Qt technical blog. You can find best inf

Re: [Development] QtCloudMessaging repository request to Qt

2017-06-21 Thread Jesus Fernandez
With QtNetworkAuth + QNetworkAccessManager the Firebase C++ API is not needed. So it will remove this dependency and support more platforms than the platforms supported by the Firebase libs. Thank you for the explanation :) -- Best regards, Jesús On 2017-06-21 13:19:24+02:00 Ari Salmi wrote:

Re: [Development] QtCloudMessaging repository request to Qt

2017-06-21 Thread Ari Salmi
Hi Jesús, Thanks for question and reaction! Qt Cloud Messaging API itself is not dependent on QtNetworkAuth, but it can be backend-solution dependent. e.g: Google firebase backend solution for Android and iOS are using firebase's c++ binaries (which app developer should give env, path when compi

Re: [Development] QtCloudMessaging repository request to Qt

2017-06-21 Thread Jesus Fernandez
Hi Ari, Is your project dependent on QtNetworkAuth for dealing with Google API? Best regards, Jesús -- Best regards, Jesús On 2017-06-21 12:59:05+02:00 Ari Salmi wrote: Hi there, I am developing a Qt API to wrap cloud push services to mobile apps and embedded devices. This includes examples

[Development] QtCloudMessaging repository request to Qt

2017-06-21 Thread Ari Salmi
Hi there, I am developing a Qt API to wrap cloud push services to mobile apps and embedded devices. This includes examples for using Google Firebase (firebase.google.com) for mobile app development and similar a solution for embedded space as well (which has increasing demand). For contribution t