I am a developer trying to work in to releasing my first IOS app (Swift 3). So far, I have been using firebase and stripe API's . As I release, I want to create 3 projects. One is a release, (Aka all the live data). The second is test. and the third is development.
My question is, is there a way I can work on a development branch, which is connected to a 'developement' firebase project, and then push to a test branch, which connects with a 'test' firebase project, and then a live branch, connected to a 'live firebase project'?
I know I can do all this by hand, but is there a way with software to just know what branch I am on, and then move all the api keys?
Thank you!