MongoDB realm user authentification

Hello everyone ,
i’m trying to work with user authentification for ios mobile app but when i try to log in , i get this error on the REALM UI:there are no mongodb/atlas services with sync enabled

can someone help me please

Hi Akram - this is most likely due to you trying to open a sync realm without having sync enabled on the Admin UI.

If you only want to work with authentication, you can use the following snippets: https://docs.mongodb.com/realm/ios/authenticate#email-password-authentication

1 Like