4
4
Get Help
5
5
========
6
6
7
+ .. meta::
8
+ :description: Get help for Atlas Device SDK through community forums, sharing feedback, or professional support.
9
+ :keywords: Realm, C++ SDK, Flutter SDK, Kotlin SDK, Java SDK, .NET SDK, Node.js SDK, Swift SDK
10
+
11
+ .. facet::
12
+ :name: genre
13
+ :values: reference
14
+
15
+ .. facet::
16
+ :name: programming_language
17
+ :values: cpp, csharp, dart, java, javascript/typescript, kotlin, objective-c, swift
18
+
7
19
.. contents:: On this page
8
20
:local:
9
21
:backlinks: none
10
- :depth: 1
22
+ :depth: 2
11
23
:class: singlecol
12
24
13
- Overview
14
- --------
25
+ .. tabs-selector:: drivers
26
+
27
+ MongoDB provides various resources for getting help with Atlas Device SDK and
28
+ Atlas App Services.
29
+
30
+ .. tip:: Atlas Device SDK and Realm
15
31
16
- MongoDB provides various resources for getting help with Atlas App Services.
32
+ While the SDK has been renamed to Atlas Device SDK, some resources still
33
+ reflect ``Realm`` naming.
17
34
18
35
Professional Support
19
36
--------------------
@@ -35,9 +52,9 @@ Community Forums
35
52
The official `MongoDB Community Forums
36
53
<https://www.mongodb.com/community/forums/c/realm/9>`__ are a great
37
54
place to meet other developers, ask and answer questions, and stay
38
- up-to-date with the latest Realm and App Services features and releases. You can also
39
- interact with MongoDB employees, like our community team, engineers, and
40
- product managers, who are active forum contributors.
55
+ up-to-date with the latest Atlas Device SDK and App Services features and
56
+ releases. You can also interact with MongoDB employees, like our community
57
+ team, engineers, and product managers, who are active forum contributors.
41
58
42
59
Stack Overflow
43
60
--------------
@@ -68,62 +85,56 @@ at the bottom right or right side of the page.
68
85
Bug Reporting, and Changelogs
69
86
-----------------------------
70
87
71
- .. tabs-realm-sdks::
88
+ You can report bugs or view the changelog in the relevant ``realm-SDK``
89
+ repository in GitHub. While the SDK has been renamed to Atlas Device SDK, the
90
+ GitHub repositories still reflect ``realm`` naming.
72
91
73
- .. tab::
74
- :tabid: android
75
-
76
- For the Java SDK:
77
-
78
- - :github:`Report a bug <realm/realm-java/issues/new?template=bug_report.md>`
79
- - :github:`View the changelog <realm/realm-java/blob/master/CHANGELOG.md>`
92
+ .. tabs-drivers::
80
93
81
94
.. tab::
82
- :tabid: ios
95
+ :tabid: cpp-sdk
83
96
84
- For the Swift SDK:
85
-
86
- - :github:`Report a bug <realm/realm-swift/issues/new>`
87
- - :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
97
+ - :github:`Report a bug <realm/realm-cpp/issues/new>`
98
+ - :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`
88
99
89
100
.. tab::
90
- :tabid: dotnet
91
-
92
- For the .NET SDK:
101
+ :tabid: csharp
93
102
94
103
- :github:`Report a bug <realm/realm-dotnet/issues/new>`
95
104
- :github:`View the changelog <realm/realm-dotnet/blob/master/CHANGELOG.md>`
105
+
106
+ .. tab::
107
+ :tabid: dart
108
+
109
+ - :github:`Report a bug <realm/realm-dart/issues/new>`
110
+ - :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`
96
111
97
112
.. tab::
98
113
:tabid: javascript
99
114
100
- For the Node.js, React Native, or Web SDKs:
101
-
102
115
- :github:`Report a bug <realm/realm-js/issues/new>`
103
116
- :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`
104
117
105
- .. tab::
106
- :tabid: flutter
107
-
108
- For the Flutter SDK:
109
-
110
- - :github:`Report a bug <realm/realm-dart/issues/new>`
111
- - :github:`View the changelog <realm/realm-dart/blob/master/CHANGELOG.md>`
112
-
113
118
.. tab::
114
119
:tabid: kotlin
115
120
116
- For the Kotlin SDK:
117
-
118
121
- :github:`Report a bug <realm/realm-kotlin/issues/new>`
119
122
- :github:`View the changelog <realm/realm-kotlin/blob/master/CHANGELOG.md>`
120
123
121
124
.. tab::
122
- :tabid: cpp
125
+ :tabid: objectivec
123
126
124
- For the C++ SDK:
127
+ - :github:`Report a bug <realm/realm-swift/issues/new>`
128
+ - :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
125
129
126
- - :github:`Report a bug <realm/realm-cpp/issues/new>`
127
- - :github:`View the changelog <realm/realm-cpp/blob/master/CHANGELOG.md>`
130
+ .. tab::
131
+ :tabid: swift
132
+
133
+ - :github:`Report a bug <realm/realm-swift/issues/new>`
134
+ - :github:`View the changelog <realm/realm-swift/blob/master/CHANGELOG.md>`
128
135
129
-
136
+ .. tab::
137
+ :tabid: typescript
138
+
139
+ - :github:`Report a bug <realm/realm-js/issues/new>`
140
+ - :github:`View the changelog <realm/realm-js/blob/master/CHANGELOG.md>`
0 commit comments