
I am currently working on a project using React + Vite, where I’m using Clerk for user authentication and Appwrite as the database.
My goal is to store data only for users who are authenticated via Clerk. The project I’m building is frontend-only, and I want to make sure that only authenticated users can interact with the Appwrite database.
How can I implement this? Please explain in detail.
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
