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

[FR] A desktop implementation of Analytics

Open gilgm12 opened this issue 4 years ago • 6 comments

  • Firebase C++ SDK version: 6.11
  • Main Firebase Components in concern: Analytics (Auth, Database, etc.)
  • Other Firebase Components in use: Auth, Db, Storage (Auth, Database, etc.)
  • Platform you are using the C++ SDK on: Windows (Mac, Windows, or Linux)
  • Platform you are targeting: Desktop (iOS, Android, and/or desktop)

Any plans for a desktop implementation of analytics/event reporting? If not, is there a reason? (IE rest impl trivial, etc)

gilgm12 avatar Jan 14 '21 17:01 gilgm12

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 Jan 14 '21 17:01 google-oss-bot

Hi @gilgm12

Thank you for being interested in using Analytics on desktop. Unfortunately we do not have plan to support it in the near future.

To properly support Analytics on desktop, we will also need to implement several critical components for desktop as well, ex. Installation. Otherwise, there is not a lot of advantage over REST implementation.

I'll put this as a feature request for the visibility for now.

Shawn

chkuang-g avatar Jan 14 '21 19:01 chkuang-g

Now that installation has been implemented, any chance of Analytics being available here? If not, what are the acceptable workarounds to post events to the firebase console? I've tried a couple of methods, including posting manually to the ganalytics endpoint, but can't seem to get any events through to debugview. (I may be doing something incorrectly)

The goal is to manually track pageviews and other simple events in a firebase desktop application, via rest.

gilgm12 avatar Mar 04 '21 17:03 gilgm12