feat: Implement trip invitation functionality and notification handling
- Added TripInvitationRepository for managing trip invitations. - Created TripInvitation model with serialization methods. - Implemented notification payload parser for handling FCM notifications. - Enhanced NotificationService to manage trip invitations and related actions. - Updated UserRepository to include user search functionality. - Modified AuthRepository to store multiple FCM tokens. - Added tests for trip invitation logic and notification payload parsing. - Updated pubspec.yaml and pubspec.lock for dependency management.
This commit is contained in:
@@ -33,5 +33,8 @@
|
||||
"*.local"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"firestore": {
|
||||
"rules": "firestore.rules"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user