Get current status for a user
String getUserStatus(String uid) { return _statusNotifiers[uid]?.value ?? 'offline'; }