Change App Bundle ID in Firebase

What is the best way to change the Bundle ID for your FIreBase project. It’s not an editable field it seems. I noticed the Bundle ID I registered the XCode workspace and Firebase project doesn’t match my Appstore connect ID. How can I change it so they all match? I can change it in XCode but what about firebase?

I don’t think you can change the Bundle ID of your registered app in the project. You’d probably have to create a new app in the same project with the correct Bundle ID and replace the GoogleService-Info.plist.

This might give some more info: https://stackoverflow.com/questions/39841428/changing-bundle-id-for-firebase

Thanks, that’s what I ended up doing. Just wanted to make sure I didn’t miss anything else as well.