mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 11:33:34 +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,
|
GitHostSetupButtonClick,
|
||||||
|
|
||||||
Settings,
|
Settings,
|
||||||
|
|
||||||
|
/*
|
||||||
|
Firebase Automatic Events:
|
||||||
|
app_update:
|
||||||
|
previous_app_version
|
||||||
|
|
||||||
|
first_open
|
||||||
|
in_app_purchase
|
||||||
|
screen_view
|
||||||
|
session_start
|
||||||
|
user_engagement
|
||||||
|
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
String _eventToString(Event e) {
|
String _eventToString(Event e) {
|
||||||
|
Reference in New Issue
Block a user