Clears all data for a specific user.
This is typically called when a user logs out or switches accounts.
Future<void> clearUserData(String userId);