feat: Upgrade Firebase Functions dependencies, enhance notification service with APNS support and FCM

This commit is contained in:
Van Leemput Dayron
2025-11-28 20:18:24 +01:00
parent 68f546d0e8
commit b4bcc8f498
14 changed files with 7101 additions and 4405 deletions

View File

@@ -213,8 +213,8 @@ class _GroupExpensesPageState extends State<GroupExpensesPage>
),
),
floatingActionButton: FloatingActionButton(
heroTag: 'group_expenses_fab',
onPressed: _showAddExpenseDialog,
heroTag: "add_expense_fab",
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
elevation: 4,