Somtochukwu Nwagbata
Results
2
comments of
Somtochukwu Nwagbata
Replace the signUp function with the following: `static Future signUp(String email, String password) async { final user = (await FirebaseAuth.instance .createUserWithEmailAndPassword(email: email, password: password)).user; return user.uid; }` The error is...
Log out of netflix. Clear cookies and try again