-
Examine what can be controlled via a CMS, possibly using Google Drive. This would allow the administration of Notman to update certain content, independent of the developers.
Stuff to consider:
…
ajmas updated
7 years ago
-
ParseReact (0.5.0) patches `Parse.User.logOut()` (Parse 1.6.14) [like so](https://github.com/ParsePlatform/ParseReact/blob/master/src/ParsePatches.js#L82):
```
logOut: function() {
var promise = ol…
-
### New Issue Checklist
- [x ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x ] I am not just asking a [question](https://gi…
-
We should refer to other official API, such as iOS/OSX sdk:
https://parseplatform.org/Parse-SDK-iOS-OSX/api/Classes/PFObject.html
### Creating a ParseObject
- [x] ParseObject()
### Manag…
-
-
What is the purpose of this function? https://github.com/ParsePlatform/ParseReact/blob/master/src/flatten.js#L29-L37 specifically, why does calling `toPlainObject` on an array of `Parse.Object`'s retu…
-
I got a couple bits of feedback at https://reportedcab.slack.com/archives/C9VNM3DL4/p1663680269461029:
> * List of complaints is hard to scroll through. Some month/year filters would be useful
>…
-
Since Parse cloud has been discontinued, we should update this project to have a different backing for data
-
### New Feature / Enhancement Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-Swift/security/policy).
- [x] I am not just asking a [question](https…
-
### Issue Description
Based on the Parse-Server documentation at https://docs.parseplatform.org/graphql/guide/#graphql, I am wondering if **GraphQL subscriptions** work out-of-the-box. So far in my…