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 supabase.from().select() somehow. Any hints how I can manage this? πŸ™‚

Thank you!
Was this page helpful?