Skip to content
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

Subscribe method isn't working on the latest firebase_cpp_sdk (10.0.0) #174

Open
DavidCaminal opened this issue Oct 25, 2022 · 1 comment

Comments

@DavidCaminal
Copy link

Well, as i mentioned in the title, the subscribe method doesn't seem to work with this sdk. It doesn't subscribe the device nor does it output an error as expected.
I've tested this both in my own project and on the QtFirebaseExample documented here. I've already tested the latest tested sdk version (6.7.0) and it indeed works.
I was wondering. Do you have any clue why 10.0.0 might not work with this project?
Alternatively, how much functionality would I be missing by settling for the older 6.7.0 sdk version?

@Larpon
Copy link
Owner

Larpon commented Oct 25, 2022

I was wondering. Do you have any clue why 10.0.0 might not work with this project?

Not really, no. I can only guess that it is Google's constant "beta" state that they're releasing, more or less, all their products under.
The APIs I've battled to support in QtFirebase's lifetime has almost always been broken between updates - so 10.0.0 not working is not really a surprise to me. That said; I'm pretty sure QtFirebase can be brought up to speed fairly quickly. But it'll have to be someone from the small community here that does it, since I have long moved away from Firebase.

Alternatively, how much functionality would I be missing by settling for the older 6.7.0 sdk version?

That's hard to say, judging from the readme there's no new major sub-systems added. Looking at how Google (and Apple - in regards to the iOS version of Firebase) constantly evolve their software, without much attention to backwards compatibility, my guess is that you'll sooner - rather than later - experience some kind of breakage with a version so many commits away. But I am no oracle... so your guess is as good as mine 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants