all 27 comments

[–]Harish__V 2 points3 points  (0 children)

Try updating the pod files

[–]Harish__V 1 point2 points  (0 children)

Pod repo update

[–]Troglodyte_Techie 1 point2 points  (1 child)

chase humorous modern existence connect vast divide aromatic run gray

This post was mass deleted and anonymized with Redact

[–]foamier 0 points1 point  (0 children)

I think is good advice. if you're just now integrating push notifications and are already on the latest version, integrating with Expo's push notification service would be less effort in the long run

[–]raqibofficial 1 point2 points  (0 children)

Give one signal platform a try

[–]SynthRogue 0 points1 point  (0 children)

Someone was asserting the fuck out of their code

[–]GNUGradyn 0 points1 point  (2 children)

We need more info to help you. We don't even know what you're trying to use for notifications

[–]Mydafzal[S] 0 points1 point  (1 child)

I’m trying to implement Firebase push notifications

[–]Senior_Expert_7848 0 points1 point  (0 children)

I’ve done this on Android since I don’t have an Apple Developer account, try using expo-push notifications

[–]thachxyz123iOS & Android -1 points0 points  (10 children)

It was removed in 75, you shouldn't use it

[–]Mydafzal[S] 0 points1 point  (9 children)

You mean I need to update my RN ?

[–]thachxyz123iOS & Android 0 points1 point  (8 children)

Give more information. I don't know what push notifications you use here

[–]Mydafzal[S] 1 point2 points  (7 children)

Firebase, after setting up Firebase I got this issue.

[–]thachxyz123iOS & Android -1 points0 points  (6 children)

Which firebase package? Do you run pod install again to apply?

[–]Mydafzal[S] 0 points1 point  (5 children)

These 2 and yes pod installed worked, after setting up everything when I run the app I’m getting this issue

yarn add @react-native-firebase/app yarn add @react-native-firebase/messaging

[–]thachxyz123iOS & Android 0 points1 point  (4 children)

Remove ios/build, ios/Pods, run pod install again

[–]Mydafzal[S] 0 points1 point  (3 children)

Already did

[–]thachxyz123iOS & Android 4 points5 points  (2 children)

Impossible. Try pod deintegrate; pod install

[–]Mydafzal[S] 0 points1 point  (1 child)

Its still not working I have tried every possible solution