Firebase Auth and Vendure #667
Unanswered
rohanrajpal
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Hi Rohan, I'm not familiar with Firebase auth, but in the example I see they set the cookie using So you could try installing that package, adding it to your |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I am using firebase auth with Vendure and was trying to setup session cookies
https://firebase.google.com/docs/auth/admin/manage-cookies#node.js
I am having some trouble creating the cookie from the server side, as from the vendure authentication docs, the authenticate functions only return the user and I couldn't find a way to modify session cookies.
so how do I modify the cookie when I verify the id and csrf token in
FirebaseAuthStrategy.tsx
?Beta Was this translation helpful? Give feedback.
All reactions