-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix type of RemoteMessage data property #3172
Conversation
@ziyaddin thanks! - this seems fine to me based on inspection and previous discussion - do you have it running locally and it works for you? I use typescript myself and remote messages so I'll end up checking it too, but the more verification in the old/stable branch the better |
@mikehardy yes, it works for me so far. I have also done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Cool - thanks guys. The v5.x.x branch is still CI challenged (and it's not really worth it to fix) but I am able to run all the tests locally and manage a release. I'd like to have a few more things batched (if possible) prior to a release so I'll merge this but not release it just now. Since you've got patch-package going that shouldn't have a real impact for you, you'll get a nice patch-package warning in the future when it does come out and the patch doesn't apply, so no monitoring needed really Cheers |
@mikehardy thanks! While editing, I came across with more cases of |
I dunno - I'm open to PRs like that I'm just not sure if they are worth the effort with v5.x.x in maintenance mode. That's totally up to you. I'd mostly just check vs the v6 branch and if they are already fixed there maybe let them rest as the future has fixes and the current is maybe not worth the effort |
Fixes #3129
Summary
See description of #3129.
Checklist
Android
iOS
e2e
tests added or updated in packages/**/e2eTest Plan
Release Plan
[TYPES] [ENHANCEMENT] [MESSAGING] - Change
RemoteMessage.data
property type fromObject
to{ [key: string]: string }
.Think
react-native-firebase
is great? Please consider supporting the project with any of the below:React Native Firebase
andInvertase
on Twitter