Going to collect some stats in TinyUX on how often buttons are pressed. Will probably send the list of stats on each 100th tap to a flask server.
Hope this will be a good-enough solution t learn from, while not having to add something like Firebase Analytics.
User will also be able to see their stats (see screenshot).
#reactnative #flask #stats #TinyUX #firebase #analyics
Next up, I'll plan to add some analytics in the app.
Don't want to add a 'heavy' library like FireBase. Trying hard to limit future 'version hell'..
For now I'm thinking I'll just send some stats to a little Flask server.
Would love to find something super tiny lightweight that is easy to use in React Native. Don't need to track much, just how many each type of button/feature is used and how often users keep using the app in general.
Any tips?
#stats #flask #analyics #reactnative