Hi folks! I am learning about supabase and as many of us, I create an app that became production environment.
I am trying to build a local and a dev environments, so I can develop and test not touching production. I am using github to clusterize what is local, dev and production using branches, so far I was able to create the environments, but I would like to know how to replicate into my local env all the edge functions and the auth.users that I have in prod. This would allow me to have consistency across the environments. Is there a tutorial that teach us how to do it? Any documentation or stusy case that goes through this process? This first project I did with v0, now I am doing everything locally using a mix of claude code and openAI in VScode. I really appreciate all help, thank you! Gines
I