Parse Device and OS data from Firebase Analytics CSV export. Shows distribution of devices and OS versions.
Clone repository and run command in terminal
Make the script executable:
chmod +x init.sh
Run the script:
./init.sh
Run parsing command:
./iOSFirebaseDataParser --source [path-to-data.csv] --mode [os/devices]