In my react native app, I am using google sign in. I have created ios, android, and web apps in Firebase. In production I am getting errors regarding the mismatch of the client id (not in development). I have added the google-services.json file to the app code.
The client id on the API/Credentials page does not match that of the google-services.json file. Are these ids supposed to be the same?
If the client ids are supposed to be the same, then my only guess is that the credential was deleted from the credentials page. If this is the case, what are my options to restore a client id that matches that of the google-services.json in Firebase?