Rivaan Ranawat

Results 9 comments of Rivaan Ranawat

In `signUpUser` function in `AuthMethods` class, replace the current parameter with this `required Uint8List? file`. Then add the following code in the same function: ``` if (file != null) {...

Please give a detailed explanation of your error.

In UserProvider class, add the following code:
 ``` UserProvider with ChangeNotifier { User? _user; final AuthMethods _authMethods = AuthMethods(); User? get getUser => _user; Future refreshUser() async { User user...

Closing this issue since there's no response.

Will take a look at this. Thanks!

> Okay so now the screen keeps on loading Try clearing off your Firestore database + Firebase Auth Console and rechecking. Let me know if it works after that.

Have you prefixed the contact with country code as mentioned in the tutorial?

Has been over a month with no response, so closing this issue.

Same as #7