You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
Yuval
committed
feat: integrate Firebase Cloud Messaging for push notifications
- Added @capacitor/push-notifications to the client package for push notification support.
- Implemented push notification registration and unregistration in AuthContext.
- Created pushNotifications service to handle FCM registration for web and native platforms.
- Added FcmSender service to handle sending notifications to device tokens.
- Defined INotificationsDAL interface for managing device tokens in the server.
- Implemented device token registration and unregistration API endpoints.
- Added Firebase configuration files for both Android and iOS platforms.
- Created a service worker for handling background messages in web applications.
- Enhanced EventCard component to display images in a popup with animations.
Co-authored-by: Copilot <copilot@github.com>
0 commit comments