Any chance to realize on-demand revalidation with nextjs?
I want to revalidate tags or paths (see https://nextjs.org/docs/app/building-your-application/caching#on-demand-revalidation) when mutating. In order to do so I must pass the tag using 
Thank you!
supabase.from().select() somehow. Any hints how I can manage this? Thank you!