Skip to content

[Parse Server] clientKey is optional if using Parse Server #402

@hramos

Description

@hramos

A client key does not need to be configured in order to deploy a Parse Server. The Parse Android SDK does not currently support connecting to a clientKey-less Parse Server.

Parse keys can be configured in two ways in the Parse Android SDK:

  • Via the initialize() constructor, or
  • Configuring the keys in AndroidManifest.xml

However,

  • Parse.java lacks a initialize() constructor that does not require a client key to be passed in,
  • and, if using AndroidManifest.xml, the Parse Android SDK will throw an exception if the client key is missing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions