I want to use AppWrite in a Next.16 project. Following the documentation, I implemented server-side authentication using Node-AppWrite. Is it possible to make a request in a client-side component this way? Or do I also need the other SDK?
TL;DR
Developers using Next.16 project and AppWrite for server-side authentication are wondering if they can make client-side requests with the same setup. They are unsure if they need another SDK for this to work.