Mike Hardy

Results 1358 comments of Mike Hardy

I did, looks good to me. Please note, this is an issue hijack @eranda-intervest - this is not your issue, and is likely not related to your issue, so I...

@eranda-intervest I have literally cloned your test repo and run it and pasted my results. *I cannot reproduce your problem*. Something is wrong in your local environment, no idea what...

This is a huge :warning: :skull_and_crossbones: :warning: sign: ``` "@react-native-firebase/app": "^11.5.0", "@react-native-firebase/auth": "^14.11.0", "@react-native-firebase/dynamic-links": "^12.1.0", "@react-native-firebase/messaging": "^12.0. ``` please use all one version - that is, use all 14.11.0 and...

Okay - thanks for checking, and at any rate, your project will be healther now with non OAuth code - I think this may be as simple (and unfortunate) as...

I help maintain google sign in here https://github.com/react-native-google-signin/google-signin a bit, that one is in use by me personally and it should work The microsoft provider simply doesn't exist though, it's...

Oh for sure, I use a custom button design for it. As ever use good human interface design (for instance: apple will reject your app if you modify the buttons...

This has been an area of confusion. It should just work - that is, *if* you have notification permission *then* the module auto registers for you, *unless* you have turned...

If you wanted to post a PR that got rid of that error message, that would be fine by me - I may not have time to do so for...

Note there is some extensive discussion about this whole area here: https://github.com/invertase/react-native-firebase/pull/5597#pullrequestreview-730926468

tokens are driven by Installations package and used by other packages. It's generation doesn't require any permission but it's use in almost any way likely requires handling privacy concerns (GDPR...