Does Flutter use the null check operator on a null value for Firebase?
I have configured my Firebase credentials. But yet I am still getting errors. Here is what the simulator is showing me. Here is my code await Auth().createUserWithEmailAndPassword( email: emailRegistered, password: passwordRegistered); Navigator.push( context, MaterialPageRoute( builder: (context) => const MainNav()), );…