mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user