Hey there I was planning on having everything sync'd at login by having a Provider that calls all liveQueries so that it will always have a sync connection. That being said, my normal requests weren't going out. I removed the provider and the normal REST requests started going out again. Is this a limitation on android? Should I not have a provider wrapped around my app? I'm not concerned about server bandwidth for having 5 active request per open app, but it seems normal rest API requests are being prevented from firing
PS- I'm using this w/ React Native