Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#1,637 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp
Domain
desktop

Research direction

Start with the Firebase C++ SDK 12.2.0 Windows desktop configuration and the firebase::analytics::Initialize(*firebaseApp) call described in the issue. Check the Analytics component alongside the existing Firestore integration and determine whether Windows desktop is supported; done means documenting the support status and, if supported, identifying the cause of the initialization crash.

Written by the indexing model from the issue text.

Description

needs-triage new type: question
  • 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 ?

Dominant language
C++
Stars
326
Forks
138
Avg merge
2d 16h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from firebase/firebase-cpp-sdk

All issues in firebase/firebase-cpp-sdk

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.