Perfilov Yaroslav
Perfilov Yaroslav
Hello. How can I receive message (and token) inside my application? For now I do like this: ` auto firebase = QtFirebaseMessaging::instance(); Notification handler; QObject::connect(firebase, &QtFirebaseMessaging::messageReceived, &handler, &Notification::messageReceived); ` Where...
Hello. How to use it with QT as a static library? I have compiled it with `CONFIG += staticlib qzxing_multimedia` Next I have included it in .pro file this way:...
**Issue** Goo day, can't make gRPC gateway work with Bazel Modules, as well can't find any documentation for it. Could you recommend the ways to overcome such an error? **The...