nextjs-with-firebase
nextjs-with-firebase copied to clipboard
Stringify user object
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]
.