Module

firebaseLogs

Pre-built logs for Firebase Analytics
Author:

View Source vendors/Firebase/logs.js, line 4

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

View Source vendors/Firebase/logs.js, line 18

# 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

View Source vendors/Firebase/logs.js, line 58

# 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

View Source vendors/Firebase/logs.js, line 28

# 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

View Source vendors/Firebase/logs.js, line 38

# 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

View Source vendors/Firebase/logs.js, line 48

# 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

View Source vendors/Firebase/logs.js, line 69