CloudChameleon
CloudChameleon
Bumping this thread as to increase awareness. This library has been great for the most part but the change for messaging.setBackgroundMessageHandler() and messaging.getInitialNotification() has been frustrating. We implemented on press...
> @CloudCamilon how do you implement showing notifications from hidden (background, not killed) state for Android? Do you use data-only notifications? For me, notification is delivered, but it's displaying only...
> I finally got background notifications + deep linking working by using [react-native-push-notification](https://www.npmjs.com/package/react-native-push-notification) instead of Notifee. It's not updated for 3 years but surprisingly gets job done better. > >...