Realm
96 results found
-
Full text search support for Realm
Would be great to have Full text search support for Realm.
100 votesFull-text search is rolled out to the Realm SDKs! For more information please see the following blog post:
https://www.mongodb.com/developer/products/realm/full-text-search-mobile-app-mongodb-realm/
-
Support Apple Watch (Sync)
Currently there is no support for sync on Apple Watch and no guidance on how to sync data between the apple watch and MongoDb Realm.
Previously the lack of websockets was listed as a reason for not supporting sync, but since watchOS 6.2 URLSessionWebSocketTask seems to provide the needed WebSocket.
Currently it is not clear how to build a watch app and sync data to the mobile app or to MongoDb Realm.
46 votes -
Support for PWAs via JS SDK
Now that Realm is part of MongoDB are there any plans to enable Realm to be used in Javascript PWA's.
By that I mean as a Front End Browser Database.
44 votes -
changePassword method for SDKs
Hello, how come there's not a method to change an user's password? Most authentication APIs would provide a method like
changePassword(userId, oldPassword, newPassword)
or similar.
33 votes -
Cascading Deletes
Please add support for cascading deletes.
Related GitHub Issues:
https://github.com/realm/realm-core/issues/746
https://github.com/realm/realm-java/issues/1104
https://github.com/realm/realm-cocoa/issues/118621 votes -
12 votes
-
Support for macOS
Provide complete, end to end support for macOS in MongoDB Realm. It will bring enterprise level capability to the desktop and allow total integration across (Apple) devices. Imagine a large factory where the workers can use their iPhones track or report work progress and then management being able to review those reports on their desktop.
12 votes -
Google Auth consent screen
Trying to use google authentication i have followed the documentation and the login flow works but because the redirect is mongodb.com url the google consent screen shows logging into mongodb which for the end user is going to be a redflag because that is not what they are signing in to.
11 votes -
Documentation for Test (Jest)
There seems to be no documentation how to write good tests for realm at this moment.
10 votes -
Support for Vue / Nuxt
Support for Vue / Nuxt
10 votes -
react-native V8 compatibility
As there is still no compatibility with Hermes, use of react-native-v8 (https://github.com/Kudo/react-native-v8) may be a good alternative. Considering that there is already an implementation for node.js, this could be a viable path.
Realm performs well even on older devices, but in the general context of the project it is important to have a more performance JS engine for rendering. In some cases this can be a negative factor in adopting Realm in a project.Initial discussion here: https://github.com/realm/realm-js/issues/2875
9 votes -
General Undo/Redo system
We are working for about two years on a brand new Apple multi platform application (macOS, iPadOS/iOS) which uses a synched Realm.
The software makes it necessary that we provide a global undo/redo system. Well, we did it (in Swift), and it works. We are still in testing mode (especially when it comes to sync), but atm all looks not that shabby.
So, how great would it be if such an undo/redo was integrated into the core of Realm? I imagine we're not the only ones who would want that. 🤓
8 votes -
Support for Xamarin.iOS Hot Restart
One of the coolest Xamarin.iOS features is that you can hook your iOS device to the Windows and debug the application very quickly without having to connect it to the Mac and wait ages until the debugger starts up. Unfortunately, an app containing Realm .NET SDKs won't run with this mechanism and will raise an exception.
I would really love to see this working. Considering most of the Xamarin apps I do are using Realm, it's a major productivity killer.8 votes -
Provide Atlas App Services in GCP London europe-west2
We have a MongoDB cluster in GCP London (europe-west2), it would be great to pair our Atlas App Services instance with it inside europe-west2, for speed and compliance reasons.
7 votes -
Query pagination
We are limited to one query without an offset. Support for pagination is important.
7 votes -
User Presence
It would be nice to be able to have built in client device presence support in Realm. Firebase does this.
You basically need a table that contains booleans that get reset whenever a device goes offline and is no longer reachable.
7 votesHave a look at the following example in how to achieve User Presence with Realm with Atlas Device Sync and Triggers and Functions https://github.com/realm/realm-kotlin-samples/tree/main/AppServicesUsageSamples/apps/presence-detection
-
Ionic Mobile App Support
Want to know if Realm provide SDK/Plugin for Ionic App
7 votes -
Realm GraphQL returning “null” when using a GraphQL alias
The issue I am having is with GraphQL aliases. Currently I can run the following query with this result:
Query:
query {
event {
action
}
}
Result:{
"data": {
"event": {
"action": "create"
}
}
}
Although when I try to use an alias for one of the “action” field, it gives me a null value:
Query:query {
event {
something: action
}
}
Response:{
"data": {
"event": {
"something": null
}
}
}
Is GraphQL aliasing not available for the Realm GraphQL API, or am I doing something wrong on my end?6 votes -
Realm C++ SDK
Please, so many people are waiting for this :)
6 votesThe Realm C++ SDK is available - start with the documentation https://www.mongodb.com/docs/realm/sdk/cpp/
-
nativescript support
Currently only react-native and node are supported.
Having tried to get the 'getting started' tutorials running I have come against a bit of a brick wall. Namely that dependencies are a nightmare.
Adding nativescript support would help to open realm to other web technologies including vue and angular.
6 votes
- Don't see your idea?