I have a Next.js app with Firebase authentication. I store the JWT in a cookie so that it can be accessed on the server side from getServerSideProps. However, s
getServerSideProps