Shervin Aflatooni

Results 10 comments of Shervin Aflatooni

We were having this issue as well... I did some digging and it seems to be because we had: ``` FirebaseAppDelegateProxyEnabled ``` Set in our info.plist file. This disables the...

> @Shervanator So we need to set it to true ? For us we just had to remove it because we had set it years ago and no longer needed...

@chobomuffin lol what a scam you cant check in this: 11,683 assets/RotatingCircularLogoDark.dae

yeah its because of this line: https://github.com/Shervanator/Engine/blob/master/CMakeLists.txt#L26 but if i remember correctly i had to do this to get on of the dependencies compiling properly :( i think it should...

I remember seeing this before! But i can't for the life of me remember why I was getting it and how I fixed it, but I did. Which Visual Studio...

Looks like there are a few unrelated changes to fix in this PR, but I can confirm it does work!

Seems like the same issue as: https://github.com/invertase/react-native-firebase/issues/7770 I am also noticing this... onMessage is not firing very often (was working reliably in the past), I am occasionally getting it to...

Okay I have noticed one slightly strange thing... 1. Install fresh version of my app 2. Register for provisional push notifications 3. Get FCM token and send a message via...

Okay I've narrowed my problem down, not sure if its similar to what you are seeing: 1. Fresh install app 2. Register for provisional push notifications 3. Send message containing...

Thanks for the reply @mikehardy! 1. The payload I'm currently sending for this test is via the firebase messaging console UI, its a simple message with a title, body, and...