Skip to content

Instantly share code, notes, and snippets.

@Widcket
Created January 16, 2019 19:59
Show Gist options
  • Save Widcket/118d4738cc82f3345c01aa39ebed2f8a to your computer and use it in GitHub Desktop.
Save Widcket/118d4738cc82f3345c01aa39ebed2f8a to your computer and use it in GitHub Desktop.
Subscribe to Remote Config Topic
Messaging.messaging().subscribe(toTopic: "REMOTE_CONFIG") { error in
if let error = error {
debugPrint("Could not subscribe to Remote Config topic", error)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment