Docs Menu
Docs Home
/ /
Atlas Device SDKs

Migrate Your App from Stitch to Realm

On this page

  • Overview
  • Updating Your Existing Application

If you have an existing app built with the Stitch SDKs, you should migrate your app to use the new Realm SDKs. While much of the logic and flow of information hasn't changed, there are a few important changes in the way your app connects to Atlas App Services.

The changes in the Realm SDKs are best described by how they have been implemented in each platform. Select the tab for the platform you are using to see specific details about migrating your existing Stitch app to the Realm SDKs.

Note

If you are developing apps in C# or Objective-C, there is no migration guidance, since we did not provide Stitch SDKs for those languages. To get started with these languages, refer to the SDK documentation sections above.

To learn more about the differences between the Stitch Android SDK and the Realm Java SDK, see the SDK documentation on Upgrade from Stitch to Realm (Android).

To learn more about the differences between the Stitch Node.js SDK and the Realm Node.js SDK, see the SDK documentation on Upgrade from Stitch to Realm (Node.js).

To learn more about the differences between the Stitch React Native SDK and the Realm React Native SDK, see the SDK documentation on Upgrade from Stitch to Realm (React Native).

To learn more about the differences between the Stitch Browser SDK and the Realm Browser SDK, see the SDK documentation on Upgrade from Stitch to Realm (Web).

Next

Welcome to the Atlas Device SDK Docs