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
refactor(auth_service): replace Uuid with mongo_dart ObjectId
- Remove uuid package and replace with mongo_dart package
- Update user ID generation to use ObjectId.oid instead of uuid.v4()
- Modify anonymous user email to use ObjectId instead of uuid
- Remove Uuid dependency from AuthService constructor
0 commit comments