realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

Inclusion of Refresh Button for reading the data from realm db

Open rmsmani opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Currently If the realm file is opened from the (local emulator) and the data is being modified (inserted / deleted / updated), the realm file need to be reopened by selecting the file from the same realm location. Instead if the Refresh button is available, we can just refresh and load the latest data

Describe alternatives you've considered Alternative is just open the realm file again from the same location

Additional context Proposed button location image

rmsmani avatar Sep 21 '22 01:09 rmsmani

@rmsmani Thank you for the suggestion.

realm file is opened from the (local emulator)

Is the local emulator an iOS or Android emulator?

If you are working on a React Native app, you might want to try our preview of a Flipper plugin. Live objects is a key feature :smile:

kneth avatar Sep 21 '22 08:09 kneth

Am using Android Emulator

rmsmani avatar Sep 21 '22 21:09 rmsmani

Using Kotlin

rmsmani avatar Sep 21 '22 21:09 rmsmani