Homepage
Open in app
Sign inGet started

Articles by the Realm team and community

  • Swift
  • Kotlin
  • .net
  • Unity
  • JS
  • Dart
  • Realm Kotlin 1.9

    Realm Kotlin 1.9

    We are excited to announce the release of Realm Kotlin 1.9.0 to Maven Central and Gradle Plugin Portal. This release includes support for:
    Go to the profile of Christian Melchior
    Christian Melchior
    May 24
    Atlas Device Sync: Defining and measuring performance

    Atlas Device Sync: Defining and measuring performance

    Atlas Device Sync (ADS) is a platform for online-always data synchronization from mobile/edge devices and MongoDB. It is built from the…
    Go to the profile of Tyler Kaye
    Tyler Kaye
    May 18
    Realm Kotlin 1.8

    Realm Kotlin 1.8

    We just released Realm Kotlin 1.8.0 to Maven Central and Gradle Plugin Portal. This release includes support for @PersistedName support for…
    Go to the profile of Christian Melchior
    Christian Melchior
    May 1
    Realm Kotlin 1.7

    Realm Kotlin 1.7

    We just released Realm Kotlin 1.7.0 to Maven Central and Gradle Plugin Portal. This release includes support for Maps with String keys…
    Go to the profile of Christian Melchior
    Christian Melchior
    Mar 16
    Realm Kotlin 1.6.0

    Realm Kotlin 1.6.0

    We just released Realm Kotlin 1.6.0 to Maven Central and Gradle Plugin Portal. This release includes support for calling Atlas Functions…
    Go to the profile of Christian Melchior
    Christian Melchior
    Jan 25
    Getting Started Guide for Kotlin Multiplatform Mobile (KMM) with Flexible Sync

    Getting Started Guide for Kotlin Multiplatform Mobile (KMM) with Flexible Sync

    This is an introductory article on how to build your first Kotlin Multiplatform Mobile App using Atlas Device Sync
    Go to the profile of Mohit Sharma
    Mohit Sharma
    Jan 13
    Implementing Email/Password Authentication into Your React Native App with Atlas App Services.

    Implementing Email/Password Authentication into Your React Native App with Atlas App Services.

    Hi Coders,
    Go to the profile of Daphne Levy
    Daphne Levy
    Jul 21, 2022
    Push Notifications Using Atlas App Services & iOS Realm SDK

    Push Notifications Using Atlas App Services & iOS Realm SDK

    In a serverless application, one of the important features that we must implement for the success of our application is push notifications.
    Go to the profile of Josman Pérez Expóstio
    Josman Pérez Expóstio
    Jul 4, 2022
    Realm Kotlin SDK is GA 🎉

    Realm Kotlin SDK is GA 🎉

    Two years ago, we started tinkering on a Kotlin-first SDK as a cornerstone of crafting new Android and KMM applications. It all started on…
    Go to the profile of Nabil Hachicha
    Nabil Hachicha
    Jun 8, 2022
    MongoDB Realm Flexible Sync: A primer by an engineer, for an engineer (Part 1)

    MongoDB Realm Flexible Sync: A primer by an engineer, for an engineer (Part 1)

    Hi! My name is Tyler and I am an engineer on the Atlas Device Sync team.
    Go to the profile of Tyler Kaye
    Tyler Kaye
    May 3, 2022
    Implementing Facebook Authentication into Your React Native App using Atlas App Services and Realm

    Implementing Facebook Authentication into Your React Native App using Atlas App Services and Realm

    Hi Realm and non-Realm Coders,
    Go to the profile of Daphne Levy
    Daphne Levy
    Apr 26, 2022
    Saving Data in Unity3D Using SQLite

    Saving Data in Unity3D Using SQLite

    (Part 4 of the Persistence Comparison Series)
    Go to the profile of Dominic Frei
    Dominic Frei
    Apr 20, 2022
    Building a collaborative iOS Minesweeper game with Realm

    Building a collaborative iOS Minesweeper game with Realm

    Using MongoDB Realm Sync to build an iOS multi-player version of the classic Windows game
    Go to the profile of Andrew Morgan
    Andrew Morgan
    Mar 14, 2022
    Saving Data in Unity3D Using BinaryReader and BinaryWriter

    Saving Data in Unity3D Using BinaryReader and BinaryWriter

    (Part 3 of the Persistence Comparison Series)
    Go to the profile of Dominic Frei
    Dominic Frei
    Mar 7, 2022
    Using Expo and Realm with expo-dev-client

    Using Expo and Realm with expo-dev-client

    In our last post on how to build an offline-first React Native mobile app with Expo and Realm, we talked about a limitation of using Realm…
    Go to the profile of Diego Freniche Brito
    Diego Freniche Brito
    Mar 4, 2022
    Using Realm Flexible Sync in Your App

    Using Realm Flexible Sync in Your App

    An iOS Tutorial
    Go to the profile of Andrew Morgan
    Andrew Morgan
    Feb 25, 2022
    How to Use Realm Effectively in a Xamarin.Forms App

    How to Use Realm Effectively in a Xamarin.Forms App

    Learn how Realm can simplify the architecture of your application
    Go to the profile of Ferdinando Papale
    Ferdinando Papale
    Feb 10, 2022
    Saving Data in Unity3D Using Files

    Saving Data in Unity3D Using Files

    (Part 2 of the Persistence Comparison Series)
    Go to the profile of Dominic Frei
    Dominic Frei
    Feb 9, 2022
    Advanced Data Modeling with Realm .NET

    Advanced Data Modeling with Realm .NET

    Learn how to make your Realm models more expressive by changing property accessibility, adding validation, or storing 3rd party types.
    Go to the profile of Nikola Irinchev
    Nikola Irinchev
    Feb 9, 2022
    Saving Data in Unity3D Using PlayerPrefs

    Saving Data in Unity3D Using PlayerPrefs

    (Part 1 of the Persistence Comparison Series)
    Go to the profile of Dominic Frei
    Dominic Frei
    Feb 7, 2022
    Realm-Swift Type Projections

    Realm-Swift Type Projections

    Realm-Swift type projections give the developer complete control on how to map any type into types that can be persisted and synced by…
    Go to the profile of Andrew Morgan
    Andrew Morgan
    Jan 26, 2022
    Introducing Flexible Sync (Preview) — The Next Iteration of Realm Sync

    Introducing Flexible Sync (Preview) — The Next Iteration of Realm Sync

    The new version of Realm Sync (Flexible Sync) has now been launched as a preview release. Try it out and give us feedback.
    Go to the profile of Andrew Morgan
    Andrew Morgan
    Jan 26, 2022
    Build an Offline-First React Native Mobile App with Expo and Realm

    Build an Offline-First React Native Mobile App with Expo and Realm

    Introduction
    Go to the profile of Diego Freniche Brito
    Diego Freniche Brito
    Dec 23, 2021
    Let’s Give Your Realm-Powered Ionic Web App the Native Treatment on iOS and Android!

    Let’s Give Your Realm-Powered Ionic Web App the Native Treatment on iOS and Android!

    Realm is an open-source, easy-to-use local database that helps mobile developers to build better apps, faster. It offers a data…
    Go to the profile of Diego Freniche Brito
    Diego Freniche Brito
    Dec 22, 2021
    Goodbye NSPredicate, hello Realm Swift Query API

    Goodbye NSPredicate, hello Realm Swift Query API

    New type-safe queries in Realm’s Swift SDK
    Go to the profile of Andrew Morgan
    Andrew Morgan
    Dec 17, 2021
    About Realm BlogLatest StoriesArchiveAbout MediumTermsPrivacyTeams