I am developping a react native application that uses firebase firestore and google authentication to sign in. When running in debug mode in the emulator everything works and I can authenticate using google auth's api but after I build the application in debug mode the application throws this error 'DEVELOPPER_ERROR'.
I have tried reconfiguring google services and generating new sha1 keys but nothing worked.