Skip to content

iceniveth/firestore-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Firestore Text Search and Pagination

This source code is reference to my post on Medium.

Install

Create .firebaserc file, then set default to your projectId.

{
  "projects": {
    "default": "projectId"
  }
}

Install firebase-tools then run application.

> npm install -g firebase-tools
> firebase serve

Releases

No releases published

Packages

No packages published