From b15da0677a0399bb092956c3f8e9a8d1066b502f Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 18 Aug 2020 11:34:33 +0200 Subject: [PATCH] Document firebase's automatic events We just need to duplicate these events ourselves, and then we could replace firebase with our own solution. --- lib/analytics.dart | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/analytics.dart b/lib/analytics.dart index 107646c7..092af77f 100644 --- a/lib/analytics.dart +++ b/lib/analytics.dart @@ -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) {