FamilySearch/fs-js-lite

Allow configuration to be modified after the SDK is instantiated

justincy opened this issue · 2 comments

Presently all configuration has to be provided up front when the SDK is instantiated. Let's add the ability to modify the configuration after creation.

Are there any options that shouldn't be changed?

// Set multiple options at once
client.config({
    appKey: 'KEY',
    redirectUri: 'http://foo'
});