iceniveth / firestore-search

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

Home Page:https://medium.com/@ken11zer01/firebase-firestore-text-search-and-pagination-91a0df8131ef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://medium.com/@ken11zer01/firebase-firestore-text-search-and-pagination-91a0df8131ef


Languages

Language:HTML 67.6%Language:JavaScript 32.4%