From d090f0a30704e260b5d2b68d9a5f2cf8dc00fad4 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Thu, 18 Jul 2024 16:31:54 -0400 Subject: [PATCH] add list of supported apis --- source/sdk/flutter/realm-database/serialization.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/sdk/flutter/realm-database/serialization.txt b/source/sdk/flutter/realm-database/serialization.txt index 165fb93def..da0b163fb5 100644 --- a/source/sdk/flutter/realm-database/serialization.txt +++ b/source/sdk/flutter/realm-database/serialization.txt @@ -19,7 +19,12 @@ Serialization - Flutter SDK The Atlas Device SDK for Flutter supports serialization and deserialization of :manual:`Extended JSON (EJSON) ` to and from static Realm objects. -Serialization allows for easier integration with MongoDB APIs. +The Flutter SDK can also use this full-document EJSON encoding to communicate +directly with MongoDB Atlas, such as through the following APIs: + +- App Services :ref:`Function calls ` +- Credentials with :ref:`custom function authentication ` +- User profile and :ref:`custom user data ` Supported Data Types for Serialization --------------------------------------