Skip to content

Instantly share code, notes, and snippets.

@jeziellago
Created April 6, 2019 03:49
Show Gist options
  • Save jeziellago/91532b916d7a3d72918993de01ba7ad2 to your computer and use it in GitHub Desktop.
Save jeziellago/91532b916d7a3d72918993de01ba7ad2 to your computer and use it in GitHub Desktop.
val localMessage = FirebaseTextMessage.createForLocalUser("Hi, I'm local user.",
System.currentTimeMillis())
val remoteUserId = "1234abcde"
val remoteMessage = FirebaseTextMessage.createForRemoteUser("Hi, I'm remote user.",
System.currentTimeMillis(),
remoteUserId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment