firestore-search icon indicating copy to clipboard operation
firestore-search copied to clipboard

This source code is reference to my post on Medium about Firebase Firestore Text Search and Pagination.

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