firebase / firebase-cpp-sdk

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

[FR] A desktop implementation of Analytics #234

Open gilgm12 opened 3 years ago

gilgm12 commented 3 years ago

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

google-oss-bot commented 3 years ago

I found a few problems with this issue:

chkuang-g commented 3 years ago

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

gilgm12 commented 3 years ago

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.