aymud / memory-mania

This full-stack project is a memory game built with React, designed to help test your memory skills by challenging you to memorize names.
https://memorymania.netlify.app/
1 stars 0 forks source link

login system Authentication #12

Open aymud opened 1 year ago

aymud commented 1 year ago

in order to save scores to leaderboard, or view your profile, you need to be logged in.

maybe look into firebase auth for security side.

amir-hu commented 11 months ago

what is your profile like just name and scores? also so you want to lock adding scores onyl to those logged on

amir-hu commented 11 months ago

Im gonna have to do this first before the database so i dont have to go back to it then

aymud commented 11 months ago

so now you have to log on before you play thats the way its currently set up. buuuutttt im thinking what if.... you can still create it independently and make it so that its only there if the user is logged on

this way if we ever change it in the future we dont have to change the way the scores and profile works