Mike Hardy

Results 2234 comments of Mike Hardy

There was a flake just now which added some requirements, that is: - the install NDK should probably be wrapped in a retry if possible? (though community action may not...

works for me, it's possibly heavy but...if it's not in pre-commit it'll likely not be run should be check-rust.sh or .bat though I think, so all our learnings are encapsulated...

I still see people trying to use `use_modular_headers` in combination with Firebase pods - I need to be very clear (as your friendly neighborhood react-native-firebase maintainer :wave:) that you will...

Something people need to understand is you have to do use_frameworks, and once you do you dont need modular headers. Those are unsupported and I'll never spend time on them...

This is a feature in firebase-js-sdk and is needed for parity I believe

brainstorm idea: would be nice to have `-beta` labels available for use in periodic workflows I usually leave the images specified as `-latest` and accept that my workflows will maybe...

Not sure if this is now the place to ask or not but since others are, we were using liblzma I suppose with the removal of a huge huge pile...

not sure this is necessary since they are standard environment variables and the Rust code shares the process (and thus the environment) with the JVM - so Kotlin code setting...

I believe if you want to exclude firebase-js-sdk, you may add this in your package.json and it will work with old and new yarn (likely other package managers but I...