Please sign in to test push notifications
Check MongoDB for FCM token storage:
db.User.findOne({ id: "your-user-id" }).firebaseTokenTest with curl or Postman:
POST http://localhost:9999/api/notifications/test
Content-Type: application/json
{ "type": "booking_confirmed", "userIds": ["user-id"] }