How would you handle app scalability and performance for a million users, specifically regarding offline support?
Sigiloso
I discussed implementing a local-first approach using databases like Hive or SQLite for caching. For the backend side, I mentioned the importance of Load Balancing and WebSockets for real-time communication, ensuring the UI remains responsive using Isolates for heavy data processing.