firebase_auth_mocks icon indicating copy to clipboard operation
firebase_auth_mocks copied to clipboard

Added updateEmail method

Open bynicodevelop opened this issue 2 years ago • 2 comments

Hello,

I added the updateEmail method to test updating a profile.

Maybe this can interest you.

bynicodevelop avatar Sep 25 '22 09:09 bynicodevelop

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.

atn832 avatar Sep 25 '22 11:09 atn832

Yes, I just did. I think I follow the existing logic

bynicodevelop avatar Sep 25 '22 13:09 bynicodevelop