Rough notes on Remote Notifications (i.e. sent from firebase server/ console > Notifications, not Local Notifications):
-
New single page app - Select project -> Target capabilities -> Select ON for Background modes(check remote) and push notifications
-
pod init
pod 'Firebase/Core'
pod 'Firebase/Messaging'
then pod install