0.0
No release in over a year
A CLI tool to get different stats out of the huge Firebase Analytics CSV
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13
~> 3.10
~> 1.10

Runtime

 Project Readme

Firebase Stats

Gem Version

CLI that takes in the CSV exported by Firebase Analytics and spits out some stats

Usage

Install with gem install firebase-stats

Export the CSV from Firebase analytics (any number of platforms and time periods is fine).

Then run firebase-stats <command> <path to CSV file> <options> (see below for commands and their respective options)

Commands

devices

OS Versions

Prints out usage by device model

--platform Filter by platform (ios, android or all)

--friendly Android model numbers are turned into their human readable names (e.g. SM-G991B becomes Samsung Galaxy S21 5G). This is slow as it downloads a file from Google each time, and the parsing speed isn't fantastic.

--limit NUMBER Limits the number of rows output (useful to speed up the --friendly option)

os

OS Versions

Prints out usage by OS version

--platform Filter by platform (ios, android or all)

--grouped Group by major OS version

--version-sorted Sort by OS version rather than percentage

gender

Prints out number of users of each gender

gender_age

Prints out percentage of each gender grouped by age