From e3f191927e9fae46c134864cdaeefc2d5fba8e4c Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Wed, 12 Jun 2024 16:44:32 -0400 Subject: [PATCH 01/22] chunk of typos fixes --- docs-release-notes.md | 2 +- .../com/mongodb/realm/examples/java/ClientResetTest.java | 2 +- .../com/mongodb/realm/examples/kotlin/ClientResetTest.kt | 2 +- .../legacy/__tests__/js/CRUD/update.test.jsx | 2 +- .../ClientResetTest.snippet.handle-manual-reset.java | 2 +- .../sync/ClientResetTest.snippet.handle-manual-reset.kt | 2 +- source/includes/aggregation-stages.rst | 2 +- temp/cpp/users/custom-user-data.txt | 8 +++++++- temp/dotnet/app-services/call-a-function.txt | 9 ++++++++- temp/dotnet/manage-users/custom-user-data.txt | 9 ++++++++- temp/flutter/sync/write-to-synced-realm.txt | 9 ++++++++- 11 files changed, 38 insertions(+), 11 deletions(-) diff --git a/docs-release-notes.md b/docs-release-notes.md index 32dc3599e6..4a52024b5a 100644 --- a/docs-release-notes.md +++ b/docs-release-notes.md @@ -1540,7 +1540,7 @@ Prepare docs for C++ GA release, including: - Model Data - Define an Object Model: Update info for C# nullable reference types and nullable-aware context, add a Bluehawked code example - Data Binding: Move a section about data binding and MVVM from Define an Object Model to Data Binding page -- React to Changes: Add a callout with info about binding data to the UI and a link to the the Data Binding page +- React to Changes: Add a callout with info about binding data to the UI and a link to the Data Binding page ## Node.js SDK diff --git a/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/java/ClientResetTest.java b/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/java/ClientResetTest.java index e9b9272fbc..c3b529ce44 100644 --- a/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/java/ClientResetTest.java +++ b/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/java/ClientResetTest.java @@ -238,7 +238,7 @@ public void handleManualReset(App app, SyncSession session, ClientResetRequiredE Log.w("EXAMPLE", "Opened a fresh instance of the realm."); - // Open the the realm backup -- as a dynamic realm + // Open the realm backup -- as a dynamic realm // (no formal schema; access all data through field lookups) DynamicRealm backupRealm = DynamicRealm.getInstance(error.getBackupRealmConfiguration()); Log.w("EXAMPLE", "Opened the backup realm."); diff --git a/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/kotlin/ClientResetTest.kt b/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/kotlin/ClientResetTest.kt index 7ce7d1e76c..99166eca80 100644 --- a/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/kotlin/ClientResetTest.kt +++ b/examples/java/sync/app/src/androidTest/java/com/mongodb/realm/examples/kotlin/ClientResetTest.kt @@ -265,7 +265,7 @@ class ClientResetTest : RealmTest() { } Log.w("EXAMPLE", "Opened a fresh instance of the realm.") - // Open the the realm backup -- as a dynamic realm + // Open the realm backup -- as a dynamic realm // (no formal schema; access all data through field lookups) val backupRealm = DynamicRealm.getInstance(error.backupRealmConfiguration) diff --git a/examples/react-native/legacy/__tests__/js/CRUD/update.test.jsx b/examples/react-native/legacy/__tests__/js/CRUD/update.test.jsx index 4209b0317c..605b716363 100644 --- a/examples/react-native/legacy/__tests__/js/CRUD/update.test.jsx +++ b/examples/react-native/legacy/__tests__/js/CRUD/update.test.jsx @@ -175,7 +175,7 @@ describe('Update Data Tests', () => { ); const carWashTask = assertionRealm.objectForPrimaryKey(Task, 1234); - // Test that the the 'Wash the car' task was upserted, and progressMinutesText is now displaying 5 minutes progressed + // Test that the 'Wash the car' task was upserted, and progressMinutesText is now displaying 5 minutes progressed expect(progressMinutesText.children.toString()).toBe('5'); expect(carWashTask.progressMinutes).toBe(5); }); diff --git a/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.java b/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.java index d5c380d07c..660e86a0a1 100644 --- a/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.java +++ b/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.java @@ -40,7 +40,7 @@ public void handleManualReset(App app, SyncSession session, ClientResetRequiredE Log.w("EXAMPLE", "Opened a fresh instance of the realm."); - // Open the the realm backup -- as a dynamic realm + // Open the realm backup -- as a dynamic realm // (no formal schema; access all data through field lookups) DynamicRealm backupRealm = DynamicRealm.getInstance(error.getBackupRealmConfiguration()); Log.w("EXAMPLE", "Opened the backup realm."); diff --git a/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.kt b/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.kt index 872cd89cf9..c683e47afe 100644 --- a/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.kt +++ b/source/examples/generated/java/sync/ClientResetTest.snippet.handle-manual-reset.kt @@ -39,7 +39,7 @@ fun handleManualReset(app: App, session: SyncSession?, error: ClientResetRequire } Log.w("EXAMPLE", "Opened a fresh instance of the realm.") - // Open the the realm backup -- as a dynamic realm + // Open the realm backup -- as a dynamic realm // (no formal schema; access all data through field lookups) val backupRealm = DynamicRealm.getInstance(error.backupRealmConfiguration) diff --git a/source/includes/aggregation-stages.rst b/source/includes/aggregation-stages.rst index 48daa2a6e6..6c0c59d798 100644 --- a/source/includes/aggregation-stages.rst +++ b/source/includes/aggregation-stages.rst @@ -208,7 +208,7 @@ but replaces the array value with the array element in each copy. #. Use ``$group`` stage with ``$addToSet`` to create new documents for each ``type`` with a new field ``colors`` that contains an array - of all the the colors for that flower type that occur in the collection. + of all the colors for that flower type that occur in the collection. #. Use ``$unwind`` stage to create separate documents for each combination of type and color. #. Use ``$sort`` stage to sort the results in alphabetical order. diff --git a/temp/cpp/users/custom-user-data.txt b/temp/cpp/users/custom-user-data.txt index 7662db5354..dacc71a44d 100644 --- a/temp/cpp/users/custom-user-data.txt +++ b/temp/cpp/users/custom-user-data.txt @@ -4,6 +4,12 @@ Custom User Data - C++ SDK ========================== +.. meta:: + :description: Learn how to create custom data for a user using Atlas App Services in C++ +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -52,7 +58,7 @@ Create a User's Custom Data Document To create custom user data for a user, create a MongoDB document in the custom user data collection. The user ID field of the document should -contain the the user's user ID. +contain the user's user ID. .. tip:: diff --git a/temp/dotnet/app-services/call-a-function.txt b/temp/dotnet/app-services/call-a-function.txt index 3916be2939..5f2b505710 100644 --- a/temp/dotnet/app-services/call-a-function.txt +++ b/temp/dotnet/app-services/call-a-function.txt @@ -4,6 +4,13 @@ Call a Function - .NET SDK ========================== +.. meta:: + :description: Learn how to call a function from the .NET SDK + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -45,7 +52,7 @@ parameter and the arguments as the remaining parameters: .. note:: The ``CallAsync()`` method returns a single ``BsonValue`` object, which you can - deserialize after calling the function or by using the the generic + deserialize after calling the function or by using the generic overload. Both of these approaches to deserialization are shown in the code above. diff --git a/temp/dotnet/manage-users/custom-user-data.txt b/temp/dotnet/manage-users/custom-user-data.txt index 851a28bb91..a9d828fc4e 100644 --- a/temp/dotnet/manage-users/custom-user-data.txt +++ b/temp/dotnet/manage-users/custom-user-data.txt @@ -5,6 +5,13 @@ Custom User Data - .NET SDK =========================== +.. meta:: + :description: Learn how to create custom user data using Atlas App Services in .NET + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -66,7 +73,7 @@ Create a User's Custom User Data Document To create custom user data for a user, create a MongoDB document in the custom user data collection. The user ID field of the document must -contain the the user's user ID. The following example uses +contain the user's user ID. The following example uses :ref:`MongoDB Data Access ` to insert a document containing the user ID of the currently logged in user and several custom properties into the custom user data collection: diff --git a/temp/flutter/sync/write-to-synced-realm.txt b/temp/flutter/sync/write-to-synced-realm.txt index e40ce55eb1..a80b9ffb49 100644 --- a/temp/flutter/sync/write-to-synced-realm.txt +++ b/temp/flutter/sync/write-to-synced-realm.txt @@ -4,6 +4,13 @@ Write Data to a Synced Realm - Flutter SDK ========================================== +.. meta:: + :description: Learn how to write data to a synced realm in Flutter + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -261,7 +268,7 @@ App Services Error The error message in the App Services logs provides some additional information to help you determine that it is a permissions issue, and not a query subscription issue. In this example, the error message shows -that the the object does not match the user's role: +that the object does not match the user's role: .. code-block:: console From a5f2ebad961b1a2349c33234e6124f63e36d83e0 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Wed, 12 Jun 2024 17:34:20 -0400 Subject: [PATCH 02/22] second chunk of typo changes + metadata --- temp/flutter/users/custom-user-data.txt | 9 ++++++++- temp/java/quick-starts/livedata.txt | 9 ++++++++- temp/java/users/custom-user-data.txt | 4 ++-- temp/kotlin/users/custom-user-data.txt | 9 ++++++++- temp/node/users/authenticate-users.txt | 9 ++++++++- temp/swift/install.txt | 2 +- temp/swift/swiftui/swiftui-previews.txt | 9 ++++++++- temp/swift/sync/write-to-synced-realm.txt | 9 ++++++++- temp/swift/users/custom-user-data.txt | 9 ++++++++- 9 files changed, 59 insertions(+), 10 deletions(-) diff --git a/temp/flutter/users/custom-user-data.txt b/temp/flutter/users/custom-user-data.txt index 3ecb01d1f6..ff98bd9eee 100644 --- a/temp/flutter/users/custom-user-data.txt +++ b/temp/flutter/users/custom-user-data.txt @@ -4,6 +4,13 @@ Custom User Data - Flutter SDK ============================== +.. meta:: + :description: Learn how to create custom user data using Atlas App Services in Flutter + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -113,7 +120,7 @@ The Realm SDK code to call this Function: .. To create custom user data for a user, create a MongoDB document in the .. custom user data collection. The user ID field of the document must -.. contain the the user's user ID. The following example uses +.. contain the user's user ID. The following example uses .. :ref:`MongoDB Data Access <>` to insert a .. document containing the user ID of the currently logged in user and several .. custom properties into the custom user data collection: diff --git a/temp/java/quick-starts/livedata.txt b/temp/java/quick-starts/livedata.txt index 1647189ab8..e39f5ffd1f 100644 --- a/temp/java/quick-starts/livedata.txt +++ b/temp/java/quick-starts/livedata.txt @@ -4,6 +4,13 @@ Quick Start with LiveData - Java SDK ==================================== +.. meta:: + :description: Learn how to quickly integrate realm into an Android application with LiveData + +.. facet:: + :name: genre + :values: reference + .. contents:: On this page :local: :backlinks: none @@ -237,7 +244,7 @@ in the model singleton and the encapsulated LiveData instance. Summary ------- -- Use the the ``LiveRealmObject`` and ``LiveRealmResults`` classes as a template for encapsulating live Realm data in Android LiveData. +- Use the ``LiveRealmObject`` and ``LiveRealmResults`` classes as a template for encapsulating live Realm data in Android LiveData. - Use a ViewModel to separate underlying data from the UI elements that display that data. - DataBinding lets you declare relationships between model data and UI elements without explicitly setting values in an Activity or Fragment. diff --git a/temp/java/users/custom-user-data.txt b/temp/java/users/custom-user-data.txt index ba3a8c6906..3acaf6362e 100644 --- a/temp/java/users/custom-user-data.txt +++ b/temp/java/users/custom-user-data.txt @@ -92,7 +92,7 @@ Create a User's Custom Data Document To create custom user data for a user, create a MongoDB document in the custom user data collection. The user ID field of the document should -contain the the user's user ID. The following example uses +contain the user's user ID. The following example uses :ref:`MongoDB Data Access ` to insert a document containing the user ID of the currently logged in user and a ``favoriteColor`` value into the custom user data collection: @@ -143,7 +143,7 @@ MongoDB document whose user ID field contains the user ID of the user. The following example uses :ref:`MongoDB Data Access ` to update the ``favoriteColor`` field of -the the document containing the user ID of the currently logged in user +the document containing the user ID of the currently logged in user in the custom user data collection: .. tabs-realm-languages:: diff --git a/temp/kotlin/users/custom-user-data.txt b/temp/kotlin/users/custom-user-data.txt index c240caae1f..9c2effdb38 100644 --- a/temp/kotlin/users/custom-user-data.txt +++ b/temp/kotlin/users/custom-user-data.txt @@ -4,6 +4,13 @@ Manage Custom User Data - Kotlin SDK ==================================== +.. meta:: + :description: Learn about custom user data and how to manage it in App Services in Kotlin + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -112,7 +119,7 @@ The Kotlin SDK code to call this Function: .. To create custom user data for a user, create a MongoDB document in the .. custom user data collection. The user ID field of the document must -.. contain the the user's user ID. The following example uses +.. contain the user's user ID. The following example uses .. MongoDB Data Access (INSERT LINK) to insert a .. document containing the user ID of the currently logged in user and several .. custom properties into the custom user data collection: diff --git a/temp/node/users/authenticate-users.txt b/temp/node/users/authenticate-users.txt index 28ecef3a23..bea619c54f 100644 --- a/temp/node/users/authenticate-users.txt +++ b/temp/node/users/authenticate-users.txt @@ -4,6 +4,13 @@ Authenticate Users - Node.js SDK ================================ +.. meta:: + :description: Authenticate users into an app using API in node.js + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -234,7 +241,7 @@ to handle the user authentication and redirect flow from a Node.js client applic :language: javascript -#. Process the request from the the Google authentication server, which includes +#. Process the request from the Google authentication server, which includes an access code in the query string using the Google OAuth 2.0 client's ``getToken()`` method. In the callback function, sign in to your App using the ``id_token``. diff --git a/temp/swift/install.txt b/temp/swift/install.txt index acae84e2e9..ac8e1b66f1 100644 --- a/temp/swift/install.txt +++ b/temp/swift/install.txt @@ -256,7 +256,7 @@ Swift SDK to your project. .. tab:: Static Framework :tabid: static-framework - Installing the the Swift SDK as a static framework is only available + Installing the Swift SDK as a static framework is only available for iOS targets. .. procedure:: diff --git a/temp/swift/swiftui/swiftui-previews.txt b/temp/swift/swiftui/swiftui-previews.txt index 26ab6a08c4..cfb8dae932 100644 --- a/temp/swift/swiftui/swiftui-previews.txt +++ b/temp/swift/swiftui/swiftui-previews.txt @@ -4,6 +4,13 @@ Use Realm with SwiftUI Previews =============================== +.. meta:: + :description: Use and debug SwiftUI previews while developing with Atlas App Services + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -231,7 +238,7 @@ configuration property when you initialize the realm. .. note:: - Do not use the the :swift-sdk:`deleteRealmIfMigrationNeeded + Do not use the :swift-sdk:`deleteRealmIfMigrationNeeded ` configuration property when you initialize a realm for SwiftUI Previews. Due to the way Apple has implemented SwiftUI Previews, using this property diff --git a/temp/swift/sync/write-to-synced-realm.txt b/temp/swift/sync/write-to-synced-realm.txt index 5adb045b44..dfe3d3ad7f 100644 --- a/temp/swift/sync/write-to-synced-realm.txt +++ b/temp/swift/sync/write-to-synced-realm.txt @@ -4,6 +4,13 @@ Write Data to a Synced Realm - Swift SDK ======================================== +.. meta:: + :description: Learn how ot write to a synced realm using flexible sync + +.. facet:: + :name: genre + :values: reference + .. contents:: On this page :local: :backlinks: none @@ -313,7 +320,7 @@ App Services Error The error message in the App Services logs provides some additional information to help you determine that it is a permissions issue, and not a query subscription issue. In this example, the error message shows -that the the object does not match the user's role: +that the object does not match the user's role: .. code-block:: console diff --git a/temp/swift/users/custom-user-data.txt b/temp/swift/users/custom-user-data.txt index 3808058b99..63bbea404a 100644 --- a/temp/swift/users/custom-user-data.txt +++ b/temp/swift/users/custom-user-data.txt @@ -4,6 +4,13 @@ Custom User Data - Swift SDK ============================ +.. meta:: + :description: Learn how to create custom user data using Atlas App Services in Swift. + +.. facet:: + :name: genre + :values: tutorial + .. contents:: On this page :local: :backlinks: none @@ -62,7 +69,7 @@ Create a User's Custom Data Document To create custom user data for a user, create a MongoDB document in the custom user data collection. The user ID field of the document should -contain the the user's user ID. +contain the user's user ID. .. tip:: From 2dbce7091aee35ad333917e2d1ad396b1e44e14f Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:47:54 -0400 Subject: [PATCH 03/22] Update temp/dotnet/app-services/call-a-function.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/dotnet/app-services/call-a-function.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/dotnet/app-services/call-a-function.txt b/temp/dotnet/app-services/call-a-function.txt index 5f2b505710..576cfc8853 100644 --- a/temp/dotnet/app-services/call-a-function.txt +++ b/temp/dotnet/app-services/call-a-function.txt @@ -52,7 +52,7 @@ parameter and the arguments as the remaining parameters: .. note:: The ``CallAsync()`` method returns a single ``BsonValue`` object, which you can - deserialize after calling the function or by using the generic + deserialize after calling the function or by using the generic overload. Both of these approaches to deserialization are shown in the code above. From f4760329098a62da5e484531f526b3f73128d46f Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:48:35 -0400 Subject: [PATCH 04/22] Update temp/cpp/users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/cpp/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/cpp/users/custom-user-data.txt b/temp/cpp/users/custom-user-data.txt index dacc71a44d..e17a024c16 100644 --- a/temp/cpp/users/custom-user-data.txt +++ b/temp/cpp/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - C++ SDK ========================== .. meta:: - :description: Learn how to create custom data for a user using Atlas App Services in C++ + :description: Learn how to create custom user data using Atlas Device SDK for C++. .. facet:: :name: genre :values: tutorial From a507f7cb5a2269ce16b6ba512dad3d0c9ff56e73 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:48:52 -0400 Subject: [PATCH 05/22] Update temp/dotnet/app-services/call-a-function.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/dotnet/app-services/call-a-function.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/dotnet/app-services/call-a-function.txt b/temp/dotnet/app-services/call-a-function.txt index 576cfc8853..fb21731190 100644 --- a/temp/dotnet/app-services/call-a-function.txt +++ b/temp/dotnet/app-services/call-a-function.txt @@ -5,7 +5,7 @@ Call a Function - .NET SDK ========================== .. meta:: - :description: Learn how to call a function from the .NET SDK + :description: Learn how to call a function using the Atlas Device SDK for .NET. .. facet:: :name: genre From 752bd51b49c311b1a5d059885d4b11ca499e11cf Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:49:13 -0400 Subject: [PATCH 06/22] Update temp/dotnet/manage-users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/dotnet/manage-users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/dotnet/manage-users/custom-user-data.txt b/temp/dotnet/manage-users/custom-user-data.txt index a9d828fc4e..2b508c4758 100644 --- a/temp/dotnet/manage-users/custom-user-data.txt +++ b/temp/dotnet/manage-users/custom-user-data.txt @@ -6,7 +6,7 @@ Custom User Data - .NET SDK =========================== .. meta:: - :description: Learn how to create custom user data using Atlas App Services in .NET + :description: Learn how to create custom user data using the Atlas Device SDK for .NET. .. facet:: :name: genre From 0935747e6204d78239ec50cc6988b542a8caf634 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:49:25 -0400 Subject: [PATCH 07/22] Update temp/swift/sync/write-to-synced-realm.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/swift/sync/write-to-synced-realm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/sync/write-to-synced-realm.txt b/temp/swift/sync/write-to-synced-realm.txt index dfe3d3ad7f..d855b683a1 100644 --- a/temp/swift/sync/write-to-synced-realm.txt +++ b/temp/swift/sync/write-to-synced-realm.txt @@ -5,7 +5,7 @@ Write Data to a Synced Realm - Swift SDK ======================================== .. meta:: - :description: Learn how ot write to a synced realm using flexible sync + :description: Learn how to write to a synced database using Atlas Device SDK for Swift. .. facet:: :name: genre From b013f3a0c6c668fb8d8ebbcba2867146183fee24 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:49:41 -0400 Subject: [PATCH 08/22] Update temp/flutter/sync/write-to-synced-realm.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/flutter/sync/write-to-synced-realm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/flutter/sync/write-to-synced-realm.txt b/temp/flutter/sync/write-to-synced-realm.txt index a80b9ffb49..c198f915fc 100644 --- a/temp/flutter/sync/write-to-synced-realm.txt +++ b/temp/flutter/sync/write-to-synced-realm.txt @@ -5,7 +5,7 @@ Write Data to a Synced Realm - Flutter SDK ========================================== .. meta:: - :description: Learn how to write data to a synced realm in Flutter + :description: Learn how to write data to a synced realm database using the Atlas Device SDK for Flutter. .. facet:: :name: genre From 07cb5bb26a3a4f2a44cbab455e7d1196ccf456b8 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:50:43 -0400 Subject: [PATCH 09/22] Update temp/node/users/authenticate-users.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/node/users/authenticate-users.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/node/users/authenticate-users.txt b/temp/node/users/authenticate-users.txt index bea619c54f..c59aca4a5b 100644 --- a/temp/node/users/authenticate-users.txt +++ b/temp/node/users/authenticate-users.txt @@ -5,7 +5,7 @@ Authenticate Users - Node.js SDK ================================ .. meta:: - :description: Authenticate users into an app using API in node.js + :description: Authenticate users in an Atlas App Services App using Atlas Device SDK for Node.js. .. facet:: :name: genre From b151cf25d497749c0ac0716e14c444890beb71ae Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:50:56 -0400 Subject: [PATCH 10/22] Update temp/swift/swiftui/swiftui-previews.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/swift/swiftui/swiftui-previews.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/swiftui/swiftui-previews.txt b/temp/swift/swiftui/swiftui-previews.txt index cfb8dae932..dedacd524a 100644 --- a/temp/swift/swiftui/swiftui-previews.txt +++ b/temp/swift/swiftui/swiftui-previews.txt @@ -5,7 +5,7 @@ Use Realm with SwiftUI Previews =============================== .. meta:: - :description: Use and debug SwiftUI previews while developing with Atlas App Services + :description: Use and debug SwiftUI Previews while developing with Atlas Device SDK with Swift. .. facet:: :name: genre From 1b28e9267342edf5731643bd6357d862bf19cbc3 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:51:11 -0400 Subject: [PATCH 11/22] Update temp/flutter/users/custom-user-data.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/flutter/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/flutter/users/custom-user-data.txt b/temp/flutter/users/custom-user-data.txt index ff98bd9eee..678392a179 100644 --- a/temp/flutter/users/custom-user-data.txt +++ b/temp/flutter/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - Flutter SDK ============================== .. meta:: - :description: Learn how to create custom user data using Atlas App Services in Flutter + :description: Learn how to read custom user data using Atlas Device SDK for Flutter. .. facet:: :name: genre From fec9d800854433a9f37a674fe3ab32130667331c Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:51:19 -0400 Subject: [PATCH 12/22] Update temp/java/quick-starts/livedata.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/java/quick-starts/livedata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/java/quick-starts/livedata.txt b/temp/java/quick-starts/livedata.txt index e39f5ffd1f..577fd4a83f 100644 --- a/temp/java/quick-starts/livedata.txt +++ b/temp/java/quick-starts/livedata.txt @@ -5,7 +5,7 @@ Quick Start with LiveData - Java SDK ==================================== .. meta:: - :description: Learn how to quickly integrate realm into an Android application with LiveData + :description: Learn how to quickly integrate the Atlas Device SDK for Java into an Android application using LiveData. .. facet:: :name: genre From 76035ea16972b98eb3beab57bb50f69d0c532083 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:51:39 -0400 Subject: [PATCH 13/22] Update temp/kotlin/users/custom-user-data.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/kotlin/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/kotlin/users/custom-user-data.txt b/temp/kotlin/users/custom-user-data.txt index 9c2effdb38..88cbf5ba66 100644 --- a/temp/kotlin/users/custom-user-data.txt +++ b/temp/kotlin/users/custom-user-data.txt @@ -5,7 +5,7 @@ Manage Custom User Data - Kotlin SDK ==================================== .. meta:: - :description: Learn about custom user data and how to manage it in App Services in Kotlin + :description: Learn how to read custom user data in an App Services App using Atlas Device SDK for Kotlin. .. facet:: :name: genre From 28cf5f6258dd96a5f1b5fab064441d4c6286449c Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Thu, 13 Jun 2024 11:51:54 -0400 Subject: [PATCH 14/22] Update temp/swift/users/custom-user-data.txt Co-authored-by: cbullinger <115956901+cbullinger@users.noreply.github.com> --- temp/swift/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/users/custom-user-data.txt b/temp/swift/users/custom-user-data.txt index 63bbea404a..e192168e22 100644 --- a/temp/swift/users/custom-user-data.txt +++ b/temp/swift/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - Swift SDK ============================ .. meta:: - :description: Learn how to create custom user data using Atlas App Services in Swift. + :description: Learn how to work with custom user data using Atlas Device SDK for Swift. .. facet:: :name: genre From 0ea935c4ce168c2268dbaac080a2899fa2e2d1f1 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Fri, 14 Jun 2024 15:56:04 -0400 Subject: [PATCH 15/22] Update swiftui-previews.txt --- temp/swift/swiftui/swiftui-previews.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/swiftui/swiftui-previews.txt b/temp/swift/swiftui/swiftui-previews.txt index dedacd524a..f0c439dd0f 100644 --- a/temp/swift/swiftui/swiftui-previews.txt +++ b/temp/swift/swiftui/swiftui-previews.txt @@ -5,7 +5,7 @@ Use Realm with SwiftUI Previews =============================== .. meta:: - :description: Use and debug SwiftUI Previews while developing with Atlas Device SDK with Swift. + :description: Use and debug SwiftUI Previews while developing with Atlas Device SDK for Swift. .. facet:: :name: genre From 28dc07bddf81bd2c5f1996bd04e8ec33b7e8756e Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:23 -0400 Subject: [PATCH 16/22] Update temp/cpp/users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/cpp/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/cpp/users/custom-user-data.txt b/temp/cpp/users/custom-user-data.txt index e17a024c16..3564fa28fe 100644 --- a/temp/cpp/users/custom-user-data.txt +++ b/temp/cpp/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - C++ SDK ========================== .. meta:: - :description: Learn how to create custom user data using Atlas Device SDK for C++. + :description: Learn how to create custom user data using the Atlas Device SDK for C++. .. facet:: :name: genre :values: tutorial From 50f91a4044b2508fa4e556a9409ff5806c12fbdf Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:29 -0400 Subject: [PATCH 17/22] Update temp/flutter/users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/flutter/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/flutter/users/custom-user-data.txt b/temp/flutter/users/custom-user-data.txt index 678392a179..853aa582b2 100644 --- a/temp/flutter/users/custom-user-data.txt +++ b/temp/flutter/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - Flutter SDK ============================== .. meta:: - :description: Learn how to read custom user data using Atlas Device SDK for Flutter. + :description: Learn how to read custom user data using the Atlas Device SDK for Flutter. .. facet:: :name: genre From 59582724dd826ccac3ab7cd06e65a925e8a1f8b0 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:35 -0400 Subject: [PATCH 18/22] Update temp/node/users/authenticate-users.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/node/users/authenticate-users.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/node/users/authenticate-users.txt b/temp/node/users/authenticate-users.txt index c59aca4a5b..f19948bd26 100644 --- a/temp/node/users/authenticate-users.txt +++ b/temp/node/users/authenticate-users.txt @@ -5,7 +5,7 @@ Authenticate Users - Node.js SDK ================================ .. meta:: - :description: Authenticate users in an Atlas App Services App using Atlas Device SDK for Node.js. + :description: Authenticate users in an Atlas App Services App using the Atlas Device SDK for Node.js. .. facet:: :name: genre From 2ab9fed1cb15b8846e46a3461c6c31d971e73b4c Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:44 -0400 Subject: [PATCH 19/22] Update temp/kotlin/users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/kotlin/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/kotlin/users/custom-user-data.txt b/temp/kotlin/users/custom-user-data.txt index 88cbf5ba66..57b5680d0b 100644 --- a/temp/kotlin/users/custom-user-data.txt +++ b/temp/kotlin/users/custom-user-data.txt @@ -5,7 +5,7 @@ Manage Custom User Data - Kotlin SDK ==================================== .. meta:: - :description: Learn how to read custom user data in an App Services App using Atlas Device SDK for Kotlin. + :description: Learn how to read custom user data in an App Services App using the Atlas Device SDK for Kotlin. .. facet:: :name: genre From 0156b471d504ba11fd8633cf82e6cd2b0e43e018 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:53 -0400 Subject: [PATCH 20/22] Update temp/swift/swiftui/swiftui-previews.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/swift/swiftui/swiftui-previews.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/swiftui/swiftui-previews.txt b/temp/swift/swiftui/swiftui-previews.txt index f0c439dd0f..035cc9028d 100644 --- a/temp/swift/swiftui/swiftui-previews.txt +++ b/temp/swift/swiftui/swiftui-previews.txt @@ -5,7 +5,7 @@ Use Realm with SwiftUI Previews =============================== .. meta:: - :description: Use and debug SwiftUI Previews while developing with Atlas Device SDK for Swift. + :description: Use and debug SwiftUI Previews while developing with the Atlas Device SDK for Swift. .. facet:: :name: genre From 61c3f368df571f56995513873ba431b7eae258b0 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:47:58 -0400 Subject: [PATCH 21/22] Update temp/swift/sync/write-to-synced-realm.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/swift/sync/write-to-synced-realm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/sync/write-to-synced-realm.txt b/temp/swift/sync/write-to-synced-realm.txt index d855b683a1..554ad548e3 100644 --- a/temp/swift/sync/write-to-synced-realm.txt +++ b/temp/swift/sync/write-to-synced-realm.txt @@ -5,7 +5,7 @@ Write Data to a Synced Realm - Swift SDK ======================================== .. meta:: - :description: Learn how to write to a synced database using Atlas Device SDK for Swift. + :description: Learn how to write to a synced database using the Atlas Device SDK for Swift. .. facet:: :name: genre From 560d9ffd7a38a165596b756850796e99a888d018 Mon Sep 17 00:00:00 2001 From: osharaf-mdb Date: Tue, 18 Jun 2024 16:48:04 -0400 Subject: [PATCH 22/22] Update temp/swift/users/custom-user-data.txt Co-authored-by: lindseymoore <71525840+lindseymoore@users.noreply.github.com> --- temp/swift/users/custom-user-data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/swift/users/custom-user-data.txt b/temp/swift/users/custom-user-data.txt index e192168e22..b314ef7bb8 100644 --- a/temp/swift/users/custom-user-data.txt +++ b/temp/swift/users/custom-user-data.txt @@ -5,7 +5,7 @@ Custom User Data - Swift SDK ============================ .. meta:: - :description: Learn how to work with custom user data using Atlas Device SDK for Swift. + :description: Learn how to work with custom user data using the Atlas Device SDK for Swift. .. facet:: :name: genre