You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-built SDK from the website or open-source from this repo: Pre-built sdk from the website
Firebase C++ SDK version: firebase_cpp_sdk_12.2.0
Main Firebase Components in concern: Analytics
Other Firebase Components in use: Firestore
Platform you are using the C++ SDK on: Windows
Platform you are targeting: Desktop
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 ?
The text was updated successfully, but these errors were encountered:
Saumya-bst
changed the title
[Question]
Can analytics be used in Qt/C++ desktop application?
Sep 4, 2024
Saumya-bst
changed the title
Can analytics be used in Qt/C++ desktop application?
Can analytics be used in Qt/C++ windows desktop application?
Sep 4, 2024
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 ?
The text was updated successfully, but these errors were encountered: