During the development of my React Native App, I integrated Firebase as the Authentication System. The app compiled successfully, but upon attempting to use the GoogleSignIn method, an error message appeared on the AndroidToast: "Se ha producido un error. Intentelo más tarde' + error", with the error message stating: InvalidUserName.
The code for my login screen looked like this:
// Code is protected and cannot be viewed here
As for my firebase.tsx file, it contained the following code:
// Code is protected and cannot be viewed here
I am seeking assistance in identifying where the error may lie, so any help would be greatly appreciated! Thank you in advance!