void updateEgg(String eggId, Map<String, dynamic> newData) { final egg = getEgg(eggId); if (egg != null) { egg.update('$path/$name', newData); } }