-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no matching function for call to 'Create' #3
Comments
It's been a while since I had a need for this, but one important thing is to use the firebase sdk version that was on that tutorial, newer versions do not work, I started another project trying to use cmake and newer version but it's on halt ATM so no update here yet. |
Hello @dantti, first of all I follow you for a long time already, and I have to thank you for your great work! |
hello @dantti, |
Qt changed that context() object in recent versions something like |
@dantti you are the best :) |
@shokarta I pushed a branch wip/firebasecmake which uses Firebase v11, lastest version gave me link issues, I'll try a newer one, so Cmake downloads FirebaseSDK and properly links to it, still gradle is a pain, how is your looking? |
honestly from row 48 i dont understand much, so I have to play around to see how far I get. |
Ok found out the issue, also got rid of ulgy Qt::QueuedConnection on client side, it works fine on Android already, notice that 12.3.0 has a link issue which I reported upstream. |
Hello... I am recreating all your guide (just the part of receiving notificaitons, sending I am not realy interest in this specific app) from: https://www.youtube.com/watch?v=QsuoYGysekY but I also all rewrite to CMake, and at point of video 16:45 when I try to build to see if all works (so far of course), i see an error:
C:\Qt\Projects\Sources\MyProject\firebase-qt\src\firebaseqtapp.cpp:96: error: no matching function for call to 'Create'
in file firebaseqtapp.cpp on line 96
The text was updated successfully, but these errors were encountered: