firebase sdk update + sql options

This commit is contained in:
Artemy
2026-04-05 13:52:13 +07:00
parent 27ef94721f
commit 1d35356c8c
11 changed files with 99 additions and 25 deletions
@@ -95,7 +95,6 @@ public class UserSessionsRepository : IUserSessionsRepository
.SetProperty(a => a.UserId, userSession.UserId)
.SetProperty(u => u.RefreshTokenHash, userSession.RefreshTokenHash)
.SetProperty(u => u.DeviceInfo, userSession.DeviceInfo)
.SetProperty(u => u.CreatedAt, userSession.CreatedAt)
.SetProperty(u => u.ExpiresAt, userSession.ExpiresAt)
.SetProperty(u => u.IsRevoked, userSession.IsRevoked)
);