You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a missing a feature that is supported on an underlying SDK? Or is there a feature that you think would be useful to have in React Native Firebase?
Currently, the @react-native-firebase/messaging library does not support configuring the notification icon directly through the app.json file in Expo managed (non-ejected) projects. The expo-notifications package already allows specifying the notification icon via app.json, which makes it seamless to customize notification appearance without ejecting the project. It would be very helpful if @react-native-firebase/messaging could replicate this behavior and pick up the icon configuration from app.json to apply the correct icon for push notifications. This feature would simplify visual customization of notifications and improve integration with Expo managed workflow projects without needing manual native code changes.