Changing bundle ID for Firebase
Early on in this project I made the error of not having the prefix com in the bundle identifier. Now I am ready to test flight and I have an invalid bundle identifier. Currently, my bundle identifier is mycompany.myProject but I want it to be com.mycompany.myproject . I have no problem switching to the desired bundle id for archiving the app and uploading to the app store. The steps I took to switch the app to the appropriate bundle identifier: Create new app in firebase console with correct bundle ID. Download Google-Info.plist of this new app and place in projects root and drag into Xcode