-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
QtFirebase hard for use in project #48
Comments
What is the problem? Did you take a look at the sample app? |
By the way you are welcome to make it better) |
I agree that the setup process is not optimal. IMHO the most problems lie in how Qt and QMake behaves when setting up 3rd party projects and cross-compilation (it's not straight forward to handle I'm hoping to get enough time on my hands to try my luck with I've also thought about a small GUI application for the actual setup but that's undecided and only "nice to have" at this point. And as @greenfield932 mentioned: We gladly accept any pull requests with improvements! |
Today I successfully incorporated Firebase Cloud Messaging service in my I followed SETUP.md primarity and I had to do below additional modifications to
Additional Comments:
above files do not exists under QtFirebase , but instead exists in android directory
|
@rmallah - you're welcome - and thanks for clearifying. I didn't know about the I'll correct the paths you mention in the documentation - they seem to be wrong. I often emphasize that people should see how QtFirebaseExample is setup - as the master branch will usually always be working with the master branch of the QtFirebase project. Some of your points are in the Example app. I will add some better details to |
a while ego i wrote a GUI which downloads required files, modifies them and creates a template start point using qt firebase. It creates both android and ios according to user specifications. however the structure is changed and as i stated here i could not compile the ios side of the applications. if you decide to go through this "GUI" way of improvement maybe i can help. |
@ahmetcumhurarslan thank you! Right now I got my attention on other projects - but I will reach out if I get the time! |
@ahmetcumhurarslan I am interested in pulling your GUI into this repo, or collab to make this work. I see why and how this is essential and we have the same necessity for using QtFirebase. |
See also efforts and discussion in https://github.com/Larpon/QtFirebaseExample/issues/32 |
QtFirebase hard for use in project
The text was updated successfully, but these errors were encountered: