How to get the event count for the current Android user using Fabric's Answers or Google Analytics?
问题 I have an app logging a custom event into Fabric's Answers as follows: Answers.getInstance().logCustom(new CustomEvent("AnEvent"); Using Answers API for apps, is it possible to query the total number of occurences of this event for the current user ? If not possible with Answers, is it possible with Google Analytics for Firebase ? 回答1: I had run into the same problem. It appears this will now need to be done with Firebase Analytics and not the new crashlytics within Firebase. I previously was