Spencer-Mosley / reddit-clone-yt

reddit-clone-yt.vercel.app
1 stars 0 forks source link

fix user creation token related error with backend function fix #18

Open Spencer-Mosley opened 2 months ago

Spencer-Mosley commented 3 weeks ago

push token logic needs to be user based, not have their push token logic hard coded. This will allow us to assign users to classes before they sign in

Spencer-Mosley commented 3 weeks ago

this issue is not token related but related to the issue where users sign up but don't update. This can be fixed by having sign up be moved to a server side function