Mike Hardy

Results 1358 comments of Mike Hardy

Hmm - that's unexpected, if that's only on firebase-android-sdk you might want to follow up with them over at https://github.com/firebase/firebase-android-sdk/, as that appears to be the sent time but this...

This has been noticed before and is an issue. What is causing it? I'm not exactly sure - this is an area where we could really use the community's help...

@bachlongkocanh there were by my count 10 dynamic links releases between 6.4.0 and 10.0.0 and your report does not indicate which platform (ios or android, or both?) so is unfortunately...

Not stale, has great info, needs time to investigate, thanks for the patience all involved

🤔 Hmmm - I think this would necessarily expand the idea of alphanumeric to UTF-8 (or UTF-16?) - are you aware of the real "alphanumeric" constraint that firebase puts on...

What happens when you use current stable of react-native and react-native-firebase? Your versions are a bit old here. Best would be a minimal repro based on https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh with nothing but...

I expect this may be a problem with old toolchain (gradle / gradle plugin) versions or Java (8 vs 11) versions but I can't be sure as I can't reproduce...

I don't reproduce this and react-native 0.63 is more than 2 years old, I'm going to close this as not actionable

Hi there! Definitely do not mix and match versions: ``` "@react-native-firebase/analytics": "^14.7.0", "@react-native-firebase/app": "^14.5.1", "@react-native-firebase/auth": "^14.5.1", "@react-native-firebase/crashlytics": "^14.7.0", "@react-native-firebase/firestore": "^14.5.1", "@react-native-firebase/messaging": "^14.7.0", "@react-native-firebase/remote-config": "^14.9.1", "@react-native-firebase/storage": "^14.7.0", ``` update to current,...

Some discussion here already: https://github.com/invertase/react-native-firebase/discussions/6371#discussioncomment-3089239 Appears to need an addition to the objective-c code to carry the JSON from the message as received in Objective-C to the object that we...