Mike Hardy
Mike Hardy
`@react-native-firebase/messaging` is intended to call JS event handlers for Firebase Cloud Messages related activities Those all have the key we're searching for there, in the FCM JSON That does include...
Hmm - I remain sort of ambivalent about the "only respond if message has gcm.message_id" conditional. It seems like it will be a breaking change to get rid of it...
@devtud have you tried reverting the firebase-android-sdk version back to the one that was in use with the last version of react-native-firebase that worked for you? The gradle build logs...
Interesting. Then it is one of these two releases: https://firebase.google.com/support/release-notes/android#auth_v20-0-1 (firebase-android-sdk 26.1.0) https://firebase.google.com/support/release-notes/android#auth_v20-0-2 (firebase-android-sdk 26.3.0) @devtud can you confirm which one breaks? If we know for sure 26.0.0 works and...
Unfortunately if I understand correctly firebase-android-sdk has not open sourced the auth module, but they do still track their issues on github (for auth as well) https://github.com/firebase/firebase-android-sdk/issues/new?assignees=&labels=&template=bug.md They typically want...
@GautamKrishnan I don't understand how that moves the issue forward in the context of my previous comment. Can you explain? Or are we still waiting for a native reproduction and...
@modmido how did it go when you did a native reproduction and submitted it to firebase-android-sdk issue tracker?
We've never done this before but I want to help - if there was some way to constrain this workaround in the code to only the affected firebase-android-sdks that are...
I think this was fixed with #5694 - the original PR that added the attempt in android to upgrade anonymous users was later disavowed as no longer working by the...
Is there a way for you to use patch-package or similar? the text of the new is nowhere near as powerful as a diff I can examine + apply :-),...