Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/build/tools/clients/fcl-js/configure-fcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fcl
.put('baz', 'buz'); // configures "baz" to be "buz"
```

> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md).

## Getting Configuration Values

The `config` instance has an asynchronous `get` method. You can also pass it a fallback value incase the configuration state does not include what you are wanting.
Expand Down
2 changes: 2 additions & 0 deletions docs/build/tools/clients/fcl-js/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fcl.config({
fcl.authenticate();
```

> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md).

![FCL Default Discovery UI](images/discovery.png)

> **Note**: A [Dapper Wallet](https://meetdapper.com/developers) developer account is required.
Expand Down