Many users logged simultaneously in device

Hi,

I have many users logged in my app and realm sync, and switch between user when needed.
Sync occurs only in active user or all logged users are synced dynamically ?

thanks

Sync will happen only if you have a Realm instance open, regardless of who the active user is. E.g. if you open 2 realm instances with 2 different users, both will sync.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.