WORKING IN SWIFT/XCODE I have a messaging app with observers connected to Firebase. When a new messages comes into Firebase, I want the app to send a local push notification to the iPhone.
Currently, when a new message comes in and the app is in the foreground, the notification is firing. However, when the app is in the background, the observer/notification are not firing. How do I make the notifications continue when the app is in the background?