Created
April 6, 2019 03:49
-
-
Save jeziellago/91532b916d7a3d72918993de01ba7ad2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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