Skip to content

How to get and display the analytic event count from app #6428

Answered by mikehardy
anhnch asked this question in Q&A
Discussion options

You must be logged in to vote

indeed - analytics is a one-way write-only package. There is no ability at all to count. You can wrap it if you want and use some local state management solution for a specific local device, but that's it. Or do something on the backend that uses analytics export to bigquery and checks through bigquery, in perhaps a firebase function. I'm not sure what your use case is though, so that may not fit at all.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@anhnch
Comment options

@mikehardy
Comment options

@anhnch
Comment options

Answer selected by anhnch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants