Firestore Implementing Cloud Syncing for Paid Users & Offline Cache for Unpaid Users in Flutter?
I’m building an app in Flutter that uses Firestore as its backend database. I want to implement online syncing only for paid users, while unpaid users can use the local database cache only. I’ve set up a system where I disable network access for unsubscribed users and enable it when they subscribe.