Mike Hardy

Results 1359 comments of Mike Hardy

Oh! Last comment - just I'm fully transparent on my thinking as I was adopting the new SDKs released as part of Google I/O 2022. You'll note I adopted firebase-android-sdk...

My favorite take on this is that open source is less like "hey free beer!" and more like "hey free puppy!" :laughing: It's usually not *this* messy, but the switch...

I've tested the two PRs to react-native that fix 1) react-native 0.69.0 and 2) hermes and they appear to work, so here's a patch-package patch to use those: https://github.com/mikehardy/rnfbdemo/blob/main/patches/react-native%2B0.69.0.patch Flipper...

> Do we know the list of things that need to be done to enable it on the new arch? Unfortunately no - zero attempt has been made to toggle...

react-native-firebase v14 (including firebase-ios-sdk v8.15.0) and react-native 0.68 work with flipper and hermes enabled on ios The difficulty is that firebase-ios-sdk v9+ requires `use_frameworks`, and this is something that has...

@ram95krishh through no power that I actually have, I grant you 10 internet points for writing such an excellent detailed guide for future people :-)

> Any idea what could be wrong? No - best course is to reach into node_modules and add print logging of all arguments prior to making calls into native Objective-C,...

```objective-c // add this up at the top #include // somewhere else in the file RCTLog(@"Hello world"); // can log anything that can turn into a string, most of the...

Ooo! I have not tested the install-the-app-then-the-link-goes-in scenario recently as my dev environment is "release mode" and has a full-fledged firebase back-end but is not on the app stores. It...

Have you tried it not running from xcode? Xcode automatically attaches a debugger which causes other problems (crashlytics test crashes, so may not apply but it is a difference from...