Is session/token persistent between deploys? #309
-
First quick intro, I'm very new to NextJS, Firebase, Serverless, and all other related technologies. I'm still learning so I hope my question is not stupid. When I was reading about serverless on Vercel, everything is cleared when a new version is deployed to the server (on git push). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It will keep them logged in. Their authentication info is stored on their device, in browser storage, so it's not affected by simply redeploying the app. |
Beta Was this translation helpful? Give feedback.
It will keep them logged in. Their authentication info is stored on their device, in browser storage, so it's not affected by simply redeploying the app.