Hello everyone!
So I am finishing up my first build on bubble for a client (yay!). I have a few zaps that are created but all tied into the development environment.
What is the best practice to move everything to live?
Should I create copies of those Zaps and simply switch “development” database to “live”?
Or just switch the existing zaps and stop the connection to dev?
What we do is we have a workflow to set and persist the endpoint for Live or for Dev and then refer to that endpoint every time there is an API call. That way your test version will always use the test API and your live version will always use the Live API.