Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Latest commit

 

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform logo

Open in Cloud Shell

THIS REPOSITORY AND PACKAGE WILL BE DEPRECATED IN JULY 2024

An express session store backed by Google Cloud Firestore.

@google-cloud/connect-firestore is an express session store backed by Google Cloud Firestore.

Note: Cloud Firestore is a persistent, distributed, transactional database. Often, it's more appropriate to choose a different storage solution for sessions such as Memcache or Redis as their designs offer much faster operation in this use case.

Table of Contents

Before you begin

Before running the samples, make sure you've followed the steps outlined in Using the client library.

cd samples

npm install

cd ..

Samples

Quickstart

View the source code.

Open in Cloud Shell

Usage:

node samples/quickstart.js