MichaelV00

Results 184 comments of MichaelV00

> [@MichaelVerdon](https://github.com/MichaelVerdon) RN 0.77 does not exist. Do you mean 0.76? https://reactnative.dev/versions latest version of React Native is 0.81. I believe we use 0.78.2 on our test apps.

Hey there, can you provide a minimal reproducible example or even a repo? Also, is this issue platform specific?

Hi there, closing this issue as it is going stale, please feel free to reopen if issue persists.

Hey there thanks for the PR! Can you please add some tests for this PR?

> @MichaelVerdon Thanks for the review! I've added test cases to cover the UTF-8 decoding change. Thank you this looks good! Can I get you to change 'final' to 'const'...

Hey there, have you tried testing it out on iOS and maybe even Android. This could help us determine whether it is a macOS specific issue or not. @harsh-im

Hi there, when testing notifications I usually like to use the CURL command to do so. Here is an example: ``` curl -X POST "https://fcm.googleapis.com/v1/projects/flutterfire-e2e-tests/messages:send" \ -H "Authorization: Bearer "...

> [@MichaelVerdon](https://github.com/MichaelVerdon) I have tried sending notification using go's firebase sdk, I think it may be using the same API under the hood and the result of it was the...

Hey there @orestesgaolin would it be appropiate to mark this as resolved or are there still any more questions?

Hi there, I can only really recommend trying to upgrade the SDK unless any more information can be provided despite the inconvenience that could be caused from it. What are...