mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Ananlytics: Initialize firebase properly
This commit is contained in:
@ -54,7 +54,7 @@ String _eventToString(Event e) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class Analytics {
|
class Analytics {
|
||||||
FirebaseAnalytics firebase;
|
var firebase = FirebaseAnalytics();
|
||||||
bool enabled = false;
|
bool enabled = false;
|
||||||
|
|
||||||
Future<void> logEvent({
|
Future<void> logEvent({
|
||||||
|
Reference in New Issue
Block a user