Skip to content

Instantly share code, notes, and snippets.

@ayberkanilatsiz
Created January 16, 2020 14:48
Show Gist options
  • Save ayberkanilatsiz/f2e94f3f39d73705fcca207193c0e7d9 to your computer and use it in GitHub Desktop.
Save ayberkanilatsiz/f2e94f3f39d73705fcca207193c0e7d9 to your computer and use it in GitHub Desktop.
Event button press action
buttonPress = () => {
alert("Event Gönderildi");
firebase.analytics().logEvent("monkeys");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment