Skip to content

Commit 71e9e8b

Browse files
cbullingerdacharyc
andauthored
DOCSP-39270: Flutter: Add Privacy Manifest information (#3253)
## Pull Request Info Jira ticket: https://jira.mongodb.org/browse/DOCSP-39270 - [Install - Flutter SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39270-dart-privacy-manifest/sdk/flutter/install/): Add "Apple Privacy Manifest" section; reformat page to use tabs - [Telemetry - Flutter SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39270-dart-privacy-manifest/sdk/flutter/telemetry/): Add "Apple Privacy Manifest" section ### Reminder Checklist Before merging your PR, make sure to check a few things. - [x] Did you tag pages appropriately? - genre - meta.keywords - meta.description - [x] Describe your PR's changes in the Release Notes section - [x] Create a Jira ticket for related docs-app-services work, if any ### Release Notes - **Flutter** SDK - Install: Add new "Apple Privacy Manifest" section with information on the manifest included with SDK v2.2.0. - SDK Telemetry: Add new "Apple Privacy Manifest" section to clarify the SDK does not collect telemetry on builds for the App Store. ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md) --------- Co-authored-by: Dachary <dc@dacharycarey.com>
1 parent aaaa82c commit 71e9e8b

File tree

8 files changed

+325
-185
lines changed

8 files changed

+325
-185
lines changed

source/includes/dotnet-frameworks.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
You can use the .NET SDK to develop apps in C# .NET with several frameworks:
2-
`.NET MAUI <https://dotnet.microsoft.com/en-us/apps/maui>`__, `Xamarin
3-
<https://dotnet.microsoft.com/apps/xamarin>`__, `Avalonia UI <https://avaloniaui.net/>`__,
4-
`UWP <https://docs.microsoft.com/en-us/windows/uwp/get-started/>`__, `Unity
5-
<https://unity.com/>`__, and others.
1+
You can use the Atlas Device SDK for .NET to develop apps in C# .NET with several frameworks, including
2+
`.NET MAUI <https://dotnet.microsoft.com/en-us/apps/maui>`__,
3+
`Xamarin <https://dotnet.microsoft.com/apps/xamarin>`__,
4+
`Avalonia UI <https://avaloniaui.net/>`__,
5+
`UWP <https://docs.microsoft.com/en-us/windows/uwp/get-started/>`__,
6+
`Unity <https://unity.com/>`__, and others.

source/sdk/flutter/app-services/call-function.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
Call an Atlas Function
55
======================
66

7+
.. meta::
8+
:description: Call serverless Atlas Functions from a client application with Atlas Device SDK for Flutter.
9+
:keywords: code example
10+
11+
.. facet::
12+
:name: genre
13+
:values: tutorial
14+
715
.. contents:: On this page
816
:local:
917
:backlinks: none
1018
:depth: 3
1119
:class: singlecol
1220

13-
1421
You can call an **Atlas Function** from a client application
15-
using the Realm Flutter SDK.
22+
using the Atlas Device SDK for Flutter.
1623
Functions are serverless JavaScript functions that let you define and execute server-side logic.
1724
These server-side Functions can run in the context
1825
of the authenticated user, and thus honor the rules, roles, and permissions that

0 commit comments

Comments
 (0)