const client1 = new Client()
const client2 = new Client()
For client1 I want to use the auth functionality
And while in a user session for clien1, can I upload files to collection and storage of the client2 ?
TL;DR
Developers are looking to establish multiple client connections for different functionalities. They want to use the auth functionality for client1 and upload files to the collection and storage of client2 while in a user session for client1.