firebase_auth_mocks
firebase_auth_mocks copied to clipboard
Added updateEmail method
Hello,
I added the updateEmail method to test updating a profile.
Maybe this can interest you.
Thanks for your PR, @bynicodevelop. Would you mind adding a simple unit test to make sure it works and prevent other people from accidentally breaking your code in the future? You can take a look at the tests at https://github.com/atn832/firebase_auth_mocks/blob/master/test/firebase_auth_mocks_test.dart and add yours.
Yes, I just did. I think I follow the existing logic