firebase auth keeps throwing an PLatformException on Vscode even I handle exceptions with try – catch
I'm going through a weird behavior using the signInWithEmailAndPassword method of firebase_auth the try catch block should catch if an error is thrown but a PLatformException flows up in the editor like I did call a normal async/await method without…