Pre-built logs for Firebase Analytics
Methods
# static authError(code, message, location)
Logs an authentication error
Parameters:
Name | Type | Description |
---|---|---|
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |
# static choirMembersError(code, message, location)
Logs a choir members error
Parameters:
Name | Type | Description |
---|---|---|
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |
# static choirSelectionError(code, message, location)
Logs a choir selection error
Parameters:
Name | Type | Description |
---|---|---|
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |
# static musicSelectionError(code, message, location)
Logs a music selection error
Parameters:
Name | Type | Description |
---|---|---|
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |
# static sheetMusicError(code, message, location)
Logs a sheet music error
Parameters:
Name | Type | Description |
---|---|---|
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |
# inner logEvent(eventType, code, message, location)
Logs an event
Parameters:
Name | Type | Description |
---|---|---|
eventType |
string | The event type |
code |
string | The error code |
message |
string | The error message |
location |
string | The error location |