firebase-cpp-sdk icon indicating copy to clipboard operation
firebase-cpp-sdk copied to clipboard

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

Open Saumya-bst opened this issue 1 year ago • 2 comments

  • 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 ?

Saumya-bst avatar Sep 03 '24 12:09 Saumya-bst

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Sep 03 '24 12:09 google-oss-bot

Unfortunately no, as documented in the readme: https://github.com/firebase/firebase-cpp-sdk/blob/main/release_build_files/readme.md#desktop-workflow-implementations

#234 is a feature request for this, please upvote.

triplef avatar Feb 06 '25 20:02 triplef