I\'m developing an iOS app that should receive push notifications sent from the Firebase console. I\'m using Swift 3 and iOS 10.
As recommended by the Firebase docum
You should be able to print any line from the response with this :
let response = remoteMessage.appData print(response[AnyHashable("notification")] as Any)
Apple documentation on AnyHashable : https://developer.apple.com/reference/swift/anyhashable