You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Want to get involved? Join our Slack channel and help out! (http://flutter-parse
13
13
To install, either add to your pubspec.yaml
14
14
```
15
15
dependencies:
16
-
parse_server_sdk: ^1.0.9
16
+
parse_server_sdk: ^1.0.10
17
17
```
18
18
or clone this repository and add to your project. As this is an early development with multiple contributors, it is probably best to download/clone and keep updating as an when a new feature is added.
19
19
@@ -193,6 +193,18 @@ Other user features are:-
193
193
* Save
194
194
* Destroy user
195
195
196
+
## Config
197
+
198
+
The SDK now supports Parse Config. A map of all configs can be grabbed from the server by calling :
0 commit comments