Skip to content

Instantly share code, notes, and snippets.

@tbatsuur
Created October 20, 2018 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbatsuur/32d1ed652693a920149315dca581b944 to your computer and use it in GitHub Desktop.
Save tbatsuur/32d1ed652693a920149315dca581b944 to your computer and use it in GitHub Desktop.
override fun onMessageReceived(remoteMessage: RemoteMessage?) {
super.onMessageReceived(remoteMessage)
buildNotificationChannel()
sendNotification(remoteMessage!!.notification!!)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment