I am using google sign-in in an app using react-native-google-signin. I have a dev and a prod google API project set up in the backend.
I want to use the separate GoogleService-Info.plist for dev and prod in my react-native app.
How can I configure GoogleService-Info.plist depending upon the environment?