Mike Hardy
Mike Hardy
> Node.js v18.3.0 Maybe v18 doesn't work yet, unknown. I use node v16. I use it via nvm. it does appear that somehow bundle generation failed. ``` mike@osxvm:~ % which...
@brascene that's a very interesting result! So this is the second main way this can happen, and it is great to know. For reference, you may want to include functions...
further comment in thread has explicit steps that worked: https://github.com/invertase/react-native-firebase/discussions/6251#discussioncomment-2763280
Can you please make sure you are on current versions and confirm it still happens? package.json says 12.0.0 but 12.8.0 is current Looks similar to #5650 but obviously firestore vs...
Hey @ghivert thanks very much for checking whether it still works afterwards, this is definitely still an issue to work through, but it does help prioritize. Unfortunately (for those affected)...
Very interesting! I went to check how this could be slipping through our test harness and, lamentably, found the reason: https://github.com/invertase/react-native-firebase/blob/0259802768a7d84d7920caa2a53c0ab1c76f8e51/packages/database/e2e/query/off.e2e.js#L1 However, this is a lot of similar testing done...
Just a quick warning on this - 1) the new architecture does not support use of `use_frameworks!` yet -- https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2793712 -- https://github.com/reactwg/react-native-releases/discussions/21#discussioncomment-2924919 2) firebase-ios-sdk v9+ *requires* the use of `use_frameworks!`...
@sergey-sivchenko that reminds me of the joke about regular expressions. "Some people, when confronted with a problem, think 'I know, I'll use regular expressions.' Now they have two problems." Swift...
> don't you think we probably should stick to the old iOS SDK if the new one wont be supporting new versions of React Native? Hard no. The way the...
Another thing, you'll note that 9.2.0 of firebase-ios-sdk is coming out today (it's already tagged and in release process). It fixes an auth issue among other things, am I to...