-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote usage #1578
Comments
If you are using Atlas Device Sync, you can inspect your data in Altas using Compass. Correct me if I am wrong, you have a server running an application using a local Realm, and you wish to inspect it? If so, it sounds a bit like our Realm Flipper plugins. It is a solution for React Native but it could be expanded. Can you expand on your set up? |
We use Node.js + Realm on some embedded device, we want to edit data remotely using your GUI (Studio). For now we copy database to local machine and open it using Studio. Will be nice to have Studio running on embedded device, there is no display on it, and there is no VNC, but we can forward TCP with Realm Studio UI. |
Unfortunately Studio doesn't have a way to access files other than local files. It is possible to remove the React Native specific parts of the Flipper device plugin to provide the functionality (and switch from Studio to Flipper). It is not on our current timeline. |
Is your feature request related to a problem? Please describe.
Now there is no easy way to use Studio remotely
Describe the solution you'd like
Run Studio on host w/o Electron and connect to UI using Browser (e.g. phpMyAdmin, etc.)
Describe alternatives you've considered
SSHFS, but a lot of problems on Windows
The text was updated successfully, but these errors were encountered: