UCF-CEN-5016 / Fakeflix-UCF

This is the Fakeflix Repo for the CEN-5016 class at UCF.
MIT License
0 stars 39 forks source link

Documenting src/redux/auth/auth.sagas.js to explain functionality. #58

Open david-rosenfeld opened 2 months ago

david-rosenfeld commented 2 months ago

Add comments to src/redux/auth/auth.sagas.js to explain the code.

david-rosenfeld commented 1 month ago

I would like to work on this please!

kpmoran commented 1 month ago

Great! I assigned you (@david-rosenfeld) to the issue. Have fun working on it!

david-rosenfeld commented 1 month ago

Comments have been added to the file noted in the issue headline, and the pull request has been opened.

The file contained Redux sagas (both watcher and worker types) for authentication, interacting with Firebase authenticate and retrieve user details.