FirebaseLogEvent

Description

Tells Firebase to record an event that happened in your app, for example unlocking an achievement. These will appear in your Firebase project analytics page. Note that event names must not contain dashes or spaces, otherwise they will fail to register.

Definition

FirebaseLogEvent( event_name )

Parameters