I am currently using Readdy AI to host my website, which is integrated with Supabase. I created a client portal where clients can log into their accounts. The portal includes an upload option that allows each client to upload two documents.
The issue I’m facing is that when documents are uploaded, they do not appear in Supabase Storage, and they are not linked to the client who is logged in. Where are these uploaded documents being stored?
Additionally, I want to be able to scan and upload a document to Supabase and link it to a specific client ID so that the document appears on the client’s front end. I was able to upload documents to Supabase, but I cannot link them to a client because Supabase Storage does not list clients. Client records only appear under the “Clients” table.
Can you help me understand how to properly store uploaded documents in Supabase and link each document to the correct client ID?