I am trying to use Firebase to handle push notifications. I have installed Firebase pod (\'Firebase/Core\' and \'FirebaseMessaging\' pods).
Firebase
And after I impo
you need to import UserNotifications before calling those framework. And what Nirav D said is true, it is a new framework in iOS 10, should also remember to select the correct deployment target.
import UserNotifications