I would like to know how to check count of Users on a specific app version from firebase console (30 day active). For Example, our mobile app has 5 versions/releases. Need the result as per following.
Version Count
3.1.5 250021
3.1.4 45332
3.1.3 4452
3.1.2 24
3.1.1 0
-- Update
I managed to get some information in latest updated version for firebase console where app version wise dashboard was available.
Is it possible to get some specific app page field value for users running their app on any specific version e.g. 3.1.2 for past 30 days, 7 days and last day ??