event_store library

Classes

EventLogger
A utility class for logging events to the Firebase Firestore database.
EventStore
A utility class for logging events.
LocalEventLogger
A utility class for logging events locally. This class provides a method for logging events locally.

Enums

EventLevel
Enum representing the level of an event. The levels are:

Functions

currentUserEmail() String
Returns the email of the current user. If the current user is null, returns "null".
currentUserName() String
Returns the display name of the current user. If the current user is null, returns "null".
currentUserUid() String
Returns the UID of the current user. If the current user is null, returns "null".