firebase / firebase-cpp-sdk

Firebase C++ SDK
http://firebase.google.com
Apache License 2.0
278 stars 114 forks source link

Can analytics be used in Qt/C++ windows desktop application? #1637

Open Saumya-bst opened 2 months ago

Saumya-bst commented 2 months ago

Hi, I have integrated firebase sdk and using firestore functions in Qt/C++ desktop application on windows. I want to integrate firebase analytics in the same application. I have added firebase_analytics.lib and included necessary header files. I tried initializing the analytics module but the application crashes. firebase::analytics::Initialize(*firebaseApp);

Is firebase analytics supported for windows desktop ?

google-oss-bot commented 2 months ago

I found a few problems with this issue: