Docs Menu
Docs Home
/ /
Atlas Device SDKs

Atlas Device SDKs Deprecation

On this page

  • Additional Impacted App Services Capabilities
  • Authentication and User Management
  • Functions
  • Wire Protocol
  • Data Access Permissions
  • Device SDKs Community Branches

As of September 2024, Atlas Device SDKs are deprecated. Atlas Device SDKs will reach end-of-life and be removed on September 30, 2025.

The Atlas Device SDKs are made up of two parts: the on-device database and Atlas Device Sync. The on-device database will continue to exist as an open source project.

Atlas Device Sync is deprecated. This means that apps built using Sync need to move to an alternative solution or remove Sync before September 30, 2025. Refer to the App Services deprecation page for more information.

Some App Services are affected by the deprecation of the Device SDKs. These services will no longer function as expected when the SDKs reach end-of-life and are not supported.

The Device SDKs are the primary entry point for App Services Authentication and User Management, an authentication service for your applications. As part of the SDK deprecation, this feature will no longer be available when the SDKs reach end-of-life and are removed. You must move to an alternative authentication service before that time to avoid disruption in your application.

The feature supports multiple authentication providers, and your migration to alternative solutions depends on your provider. To identify the best alternative for your use case, please contact your Account team.

Given App Services Authentication is no longer available, Authentication Triggers will no longer be executed when user events (for example: login or create) occur. This authentication logic will need to be implemented along with the chosen alternative solution.

Functions will continue to be available within the context of Triggers. Use cases where a function was being directly accessed through a Realm SDK are impacted and must migrate to a different solution.

App Services Wire Protocol is also deprecated alongside the Realm SDKs.

Data Access Permissions (Rules and Roles) are also deprecated alongside Device Sync.

The Device SDKs will have community branches that remove Device Sync code from their codebases. Check out the community branches for the following SDKs:

Back

Welcome to the Atlas Device SDK Docs