docs icon indicating copy to clipboard operation
docs copied to clipboard

Parse Platform docs

Results 82 docs issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies
ruby

For await to work, it needs to be inside an async function. or else an error will occur ```SyntaxError: await is only valid in async functions and the top level...

__Link to section:__ > In some cases you may want to transform an incoming query, adding an additional limit or increasing the default limit, adding extra includes or restrict the...

docs:cloud-code
type:docs

The new auth adapter provides a lot of versatility to design auth flows. See for example https://github.com/parse-community/parse-server/pull/8457 A chapter in the Parse Server Auth section of the docs could be...

- change the naming swift function from 'setDefaultACL' to 'setDefault' - change the naming swift function from 'handlePush' to 'handle'

**Describe the bug** There are many cases in the docs where you see a colon where an example should follow but it's just not there. **To Reproduce** Steps to reproduce...

type:bug

__References:__ [Changes facebook auth host to resolve JWT validation issue](https://github.com/parse-community/parse-server/pull/9122) __Proposed solution:__ This current documentation does not specify how a user can use Facebook's JWT token provided with Limited Login...