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
Fixed the Parse().initialize's return value (#307)
* Release/1.0.26 - Update docs
* Updated Live Queries related documentation (#301)
* Fixed the parse initialize method
Parse().initialize returns a new instantiation of the Parse class, but it should return the initialized instance.
Co-authored-by: Phill Wiggins <[email protected]>
Co-authored-by: mregandla <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
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
```yml
15
15
dependencies:
16
-
parse_server_sdk: ^1.0.25
16
+
parse_server_sdk: ^1.0.26
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
@@ -330,7 +330,7 @@ You’ll get the LiveQuery events through this subscription.
330
330
The first time you call subscribe, we’ll try to open the WebSocket connection to the LiveQuery server for you.
0 commit comments