Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 447 Bytes

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