Realm
4 results found
-
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/
-
Single unified GeoJSON type
Generating a schema and consuming GeoJSON data in Realm is painful. Since GeoJSON has multiple 'types', Realm forces us to store a serialized string version of our GeoJSON, or to abstract our data out so that all GeoJSON objects follow the same generalized schema, which breaks some of the conveniences of GeoJSON.
Realm should allow for a GeoJSON type OR allow the schema to be dynamic (such as supporting ORs in the schema language itself).
3 votesSupport for geospatial data is ongoing - see the following documents for more information:
https://www.mongodb.com/docs/atlas/app-services/schemas/types/#geospatial-data
https://www.mongodb.com/docs/realm/sdk/node/model-data/data-types/geospatial/ (this for Node.js - see the other SDKs under "Data Types")
-
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
-
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/
- Don't see your idea?