Document firebase's automatic events

We just need to duplicate these events ourselves, and then we could
replace firebase with our own solution.
This commit is contained in:
Vishesh Handa
2020-08-18 11:34:33 +02:00
parent 9859aa6106
commit b15da0677a

View File

@ -42,6 +42,19 @@ enum Event {
GitHostSetupButtonClick,
Settings,
/*
Firebase Automatic Events:
app_update:
previous_app_version
first_open
in_app_purchase
screen_view
session_start
user_engagement
*/
}
String _eventToString(Event e) {