Realm
29 results found
-
Support for Data Ingest feature in Flutter SDK
Hi Team, If you could implement Data Ingest(Unidirectional sync) feature for Flutter SDK it would be really helpful.
1 voteData Ingest (asymmetric objects) is supported from release 1.5.0 onwards - see the release tag.
-
.NET MAUI Support
.NET Maui is evolution of Xamarin.Forms. The former will replace later in second quarter of 2022, probably in April, 2022. The developer experience is going to be much better with Maui. Lots of the developers have already started experimenting with maui.
Lack of support from Realm is a blocker for those who have already started to migrate their apps from Xamarin.Forms to Maui and for those who want to develop there new apps with Maui.4 votesStart with the .Net MAUI tutorial in https://www.mongodb.com/docs/atlas/app-services/tutorial/dotnet/#maui-tutorial
-
Option to save Realm Logs to a collection
Currently logs in a Realm app are viewable via the UI or via the API.
The API limits return results to a maximum at 100 a time.
I would like to be able to save logs (errors, especially) into a collection so that I can query or analyze them how I see fit.The current work-around is ensuring that each of my functions has an appropriate try/catch/log, effectively replicating the logging Realm already does. Put another way, please expose the logs in a way that we can truly query them.
3 votesHi all - please check out Log Forwarding which lets you store logs to a certain cluster or be handled by a serverless function https://docs.mongodb.com/realm/logs/forward-logs/
-
Finish the Realm Web documentation
It would be nice if somebody could actually finish the Realm Web SDK documentation beyond just saying how to initialize your app and login. It's missing a lot of stuff like how to connect to your Database and perform various tasks. Also it would be good to know at what stage of development the SDKs are in with a update log or something.
19 votesFolks – the documentation has been completed. You can see it here – https://docs.mongodb.com/realm/web/mongodb/
If you have any further suggestions, please add them to our docs feedback widget on the docs itself.
-
Increase of external dependencies size constraints
The 10mb size constraint makes it impossible to deploy apps relying on Computer Vision or Machine Learning algorithms, like OpenCV.
5 votesThis should be achievable when uploading dependencies from package.json or the UI
-
refresh logs button
Please add a refresh button to the Logs view. I realize a browser refresh does the trick, but a button above the Logs table is more convenient.
10 votesThis is going out in the release on Apr 20, 2022
-
Dart / Flutter Support
The number 1 request on the Realm GitHub Issue Tracker by a country mile is for a native implementation of Realm for Dart and Flutter.
Currently on the roadmap for after August 2020, there are many who would like to see this sooner...
108 votesThe Realm Flutter SDK is available! A good place to start is the documentation here https://www.mongodb.com/docs/realm/sdk/flutter/
-
2 votes
Both TypeScript and Flutter are supported:
https://www.mongodb.com/docs/realm/sdk/react-native/install/
https://www.mongodb.com/docs/realm/sdk/node/install/
-
Ability to add projection while creating stitch triggers
At the moment we have ability to provide match expression but not projection. Projection is realy handy when you only need to expose only few fields from the full document. One example could be when sending to event bridge, I don't want to send all the fields because it exceeds the maximum limit allowed by AWS event bridge. Having an projection in this case would solve the problem as we could project only required fields.
8 votesThe Project option is now available for Atlas/Realm Triggers.
-
Extend update and delete change event with document pre-image
Hey,
it would be really helpful to extend update and delete change events with pre-image of the document.Update event:
For update events we can add a lookup to get the fullDocument but we do not have any information how the document looked before the update was applied.Delete events:
In case of delete change events the only information regarding the document is the "_id" of the deleted document. It would be great to have the fullDocument in the change event to use this for further actions.Is an extension like this possible or even in development?
Best regards
Peter7 votesHi all – this has been released. https://docs.mongodb.com/realm/triggers/database-triggers/
-
Add trigger for Apple provider
Currently it's possible to add a trigger when a user authenticates with most of the Authentication provider but not for Apple.
It would be nice to ba able to do it just like it's possible for Facebook, Google, custom, ...3 votesThis is released now!
-
Kotlin Multiplatform Support
It would be awesome to have a Kotlin multiplatform SDK.
5 votesStart with Kotlin Multiplatform with the guide here https://www.mongodb.com/docs/realm/sdk/kotlin/quick-start/
-
Native Kotlin SDK
This is a more general idea to publicly state that Kotlin is a supported language for the Realm SDK with the intention that Kotlin should work and that Kotlin related issues will be a priority to fix.
There is, of course, also the more in-depth support that could be done to create an idiomatic Kotlin API.
4 votes -
Push local settings / Pull remote settings
I understand the export/import commands are currently available. But for me, they were a bit confusing because I thought "import" means like "git pull", but it turned out opposite. So instead of export/import, how about adding pull/push?
The ideal development flow for me is like:
1) set up initial things on the web (realm.mongodb.com)
2) locally, runrealm-cli pull
(Or start withinit
oradd remote
before pull)
3) change settings locally
4)realm-cli push
1 voteThis should be available in our new CLI (currently in beta) – details on how to download and use can be found here: https://docs.mongodb.com/realm/deploy/realm-cli-reference/#installation
-
JWT Authentication
When using a JWT to authenticate
It would be great if the name field within user_data was used to be saved as the Name of the user when viewing the list of users in Realm UI1 voteThis field should be picked up in the Realm UI table if it is mapped from the JWT to a ‘name’ property on the user.
-
Increase of max body length
The json body length of webhooks is currently limited to 1 MB:
"body length cannot be greater than 1048576"This is a very good default value.
However, it would be desirable to be able to change (increase) this value in the webhook settings.
If this is not feasible, a higher default value would be good. Maybe 3 MB for now.
1 voteThis limit was raised to 4MB
-
Realm Web JS Social Login
Implement social logins for client js SDK.
1 voteThe Realm Web SDK should support all available logins now.
-
Support for Query Operators on Single-Typed Arrays
As requested in this Github issue: https://github.com/realm/realm-cocoa/issues/5334
This item is also called out within the current public roadmap: https://www.mongodb.com/realm#roadmap
7 votes -
Support for Unity3D
You can't talk about mobile without Unity3D these days. It makes me worried, not seeing it anywhere mentioned. Please add it to the list of future supported platforms.
Thanks.2 votes -
GitHub automatic deploy from a subdirectory
It would be useful to allow automatic deploy where the app is in a subdirectory of the root of the git repository.
One case is, where the app is one level down. The root directory has a build process that bundles multiple JS modules with rollup and writes the combined output to a Function in the subdirectory.
Example: https://github.com/gmishkin/jeopardy
The general use case is a monorepo where there may be multiple apps deployed from a single repo, and they are located in the relevant part of the repo at some arbitrary level of nesting.1 voteCode Deployment now supports deployment from a subdirectory
- Don't see your idea?