nextjs-with-firebase icon indicating copy to clipboard operation
nextjs-with-firebase copied to clipboard

Stringify user object

Open avaryx opened this issue 2 years ago • 0 comments

Stringify user object for successful object storage and retrieval. I found this was necessary to properly store the cookie for retrieval within my browser (Microsoft Edge). Without this, the cookie was being created with a value of [Object object].

avaryx avatar Jul 25 '22 20:07 avaryx