# Configuration

when you call the setup function, or dispatch a configuration action yourself, provide a configuration object like:

    {
        region: 'eu-west-1',
        userPool: 'eu-west-1_xxxxxxxxx',
        identityPool: 'eu-west-1:xxxxxx-xxxx-xxxx-xxxxxxxxxx',
        clientId: 'xxxxxxxxxxxxxxxxxxxxxx',
    }

You can find these magic strings as follows:

## userPool

tbc

## identityPool

tbc

## clientId

tbc

