André Monteiro
André Monteiro
Been trying to make this "reset firestore" function work like you did but it's not clearing the firestore database after running `reset()` in my `beforeEach` or inside my `tests`. ```js...
Also experiencing this problem using **react-native-firebase ( v14.7.0 )** , changed back to **firebase ( v8.2.3 )** and query times went back down. From a query that takes **21s with...
I have reworked some of the components that I used on that example to make it closer to the example you see in the docs. https://snack.expo.io/YM5YkZNCx You can see that...
I'm also experiencing this with the same stack, did you manage to get over it somehow ?
Switching back to navigation stack from native stack worked for me.
@greenais Helped me but it's not working on unreliable networks, like 3G/4G I am also in Brazil, I don't know if that would make a difference when trying to access...
Any updates on how to test this with jest + testing library ? I have been facing some issues as well.
I was trying to make this run only while the app was on the background and once the user closes it, it stops working. That's my use case.
@falay26 @DanielGannage Did you find any library that is capable of doing this ?
@bennyrock20 I was able to fix this by forking this library and running `jetifier`on it to update code to androidX, if you can't keep your `android/grandle.properties` because of other libraries...