Supabase Branching and Environment Variables
We're deploying our site on Vercel and use environment variables to specify our Supabase connection info. We haven't applied for / set up branching on our app yet, and are doing some initial research on branching. I'm assuming we would have to create preview branch-specific environment variables in Vercel whenever we want to connect a preview branch to its corresponding Supabase branch? Is there a more automated way to handle the connection info changes per branch?