Results 83 issues of Daniel

- Changes example project to use `import / export` instead of `require / module.exports` - Bumps dependancies

Some ideas for evolution of Parse Server example: Have multiple branches, with different levels of complexity, such as: - [x] dev - the most simple Parse Server - [ ]...

Example app for how to use AWS Secret Manager with Parse Server. Removes setting masterKey and databaseURI via .env. Would require an AWS Secrets branch. Related: #401

Currently Parse Server Example uses `require` and `module.exports`. I propose migrating to ES6 syntax, `import` and `export`

type:feature

Currently, the [test](https://github.com/parse-community/parse-server-example/blob/master/public/assets/js/script.js) page uses native JS to connect to Parse Server. One of the strengths of Parse is the great SDKs. I propose updating this file to use the...

As discussed in [this PR](https://github.com/parse-community/parse-server-example/pull/386), there are a few issues with the current instructions. As far as I can tell: -Deploy to AWS button doesn’t work (just creates a new...

Docs For fileUpload feature Feature: https://github.com/parse-community/parse-server/pull/7071

Currently there are no docs for how to configure Parse Server for facebook.

__Link to section:__ Please provide a specific link to the section in question. In the docs, you can click on a heading and then copy the relative link from the...

__References:__ Please provide links to the relevant PRs in the Parse Server repo and SDK repos where applicable. There is currently no documentation for the Parse Server option `enableAnonymousUsers`. __Proposed...