Last active
June 24, 2018 10:10
-
-
Save MaximBazarov/4a8f50687935242ae357c7626e3936a1 to your computer and use it in GitHub Desktop.
This file contains 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
func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String) { | |
core.dispatch(action: Auth.TokenWasObtained( | |
token: fcmToken) | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment