-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial import for tutorial for handling sessions #332
Conversation
1e0a74e
to
4ff5b5f
Compare
const session = require('express-session'); | ||
const app = express(); | ||
|
||
const {FirestoreStore} = require('@google-cloud/connect-firestore'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meta question - why put the sample here, and not in the https://github.com/googleapis/nodejs-firestore-session/ repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it's part of the Getting-Started
experience rather than firestore-connect
. We're showing how to use multiple products together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to be honest, thought I was looking at the nodejs-docs-samples repo when I wrote that 🙄
No description provided.