larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
283 stars 83 forks source link

Compatible Firebase SDK versions #146

Closed gwaldvogel closed 4 years ago

gwaldvogel commented 4 years ago

I am facing an issue which seems to come from combining wrong versions of the Firebase Objective-C SDK and the Firebase C++ SDK. Can you provide tested versions > 6.7.0? Also you specify the Version of the C++ SDK, but what about the version of the Objective-C SDK? Any guidance would be highly appreciated :)

gwaldvogel commented 4 years ago

I figured it out, my issues were not related to the versions I used when integrating Firebase, but the version that was already in my project from the Crashlytics integration.