I need some advice regarding managing user status (online/offline). Currently, I’m using the properties [All users - (contains or doesn’t contain) - logged-in user] to handle different actions in my app. However, I have a collection that’s acting up, possibly because of React Native.
Initially, I didn’t have this problem because users were required to create an account to access the app. However, after Apple reviewed my app, they didn’t approve this model.
I’d like to know if the approach I’ve been using so far is considered best practice?