Daniel Nicoletti
5 results
Part 2 adds Firebase push notifications enabling the mobile app to receive messages even when not running. The tutorial covers reviewing part 1, addressing notification issues for closed apps, adding FirebaseAdminQt library for server functionality, creating a Firebase project, implementing push notifications, configuring the client app with Firebase C++ and FirebaseQt wrapper, and integrating everything with QML.
This video will demonstrate how to create both a mobile application and its web backend, using only Qt and C++ technologies.
A couple of weeks ago, we guided you through setting up a chat application and server in our first blog of this series. This is the second and final blog of this Qt Allstack series. Firebase Messaging Now that we have a functional chat application, it’s time to add real world features, like push notifications. […]
Ever wished you could avoid a Qt application's freezing while it's querying a database, without the complexity of threads? This video shows how to keep an application responsive with the Asynchronous SQL library. Watch the author of the library, Daniel Nicoletti, show you how it works.
Writing mobile apps can be a lot of fun, especially with Qt and QML. But if your background is all about C++ and Qt, writing the entire required stack for a mobile app can be challenging. Adding push notifications, storing information, and having to write that with another language and framework might make you give […]