Greg Fenton
Greg Fenton
Another update. The categories don't work with the above because ICONS is a flattened list within SUI. To get categories working, I use `suiIcons` from the following instead of ICONS...
@RolandTomoskozi if you have a issue that you can reproduce, I recommend that you open an issue and provide: - STEPS for the reproducible (similar simple steps to what I...
Which version of the library are you using?
Oh....is this an issue of Python and "non-ASCII" characters in field names? Firestore is documented as supporting valid UTF-8 characters in field names, but maybe there's an issue with how...
> If you add objects to a non-existing index, it'll be created, just like when using the API or API clients. For example: > > ``` > algolia objects import...
Oh, and +1 for the ability to create applications. I'm sure this will involve a decent amount of development in order to authenticate to the Algolia account which is a...
> but Expo doesn't seem to care much about the local builds because it doesn't make them money. @melyux I find this to be an unfair and easily debunked comment....
Note: the field `.exists` was a property in the Firebase Web Client SDK up to v8. [It became a method `.exists()` in v9](https://github.com/firebase/firebase-js-sdk/issues/5968).
@flyingL123 This reads as though it is a react-navigation or expo-router issue regarding navigation. What leads you to think it is a react-native-paper issue? If there's no clear indication that...
Okay thanks for the clarification. I see it now. Not too surprising that this has issues. RNP is wrapping functionality from React-Navigation, and Expo-Router is wrapping React-Navigation. So trying to...