expo-notifications integration with react-native-firebase

I’m trying to add expo-notifications to an android app that uses react-native-firebase where FCM is configured. I was able to sucessfully install expo-notifications and show local notifications. But when trying to add an event listener for remote notifications, the callback never gets called.

How can I deal with remote notifications coming from FCM?