Skip to content

Rhys Williams

Monthly Archives: November 2020

Firebase – searching where string starts with

Firebase doesn’t have a nice way to say .where(searchField, ‘startsWith’, searchTerm) The easiest way is to search for text strings that are greater than the search term, and smaller than the next string after the search term. E.g. when searching for rows that start with “Rhys”, we really want everything greater or equal than Rhys, […]

Posted byrrrhysNovember 11, 2020November 11, 2020Posted inUncategorized

Recent Posts

  • usePollingUpdate – React Hook for polling on interval
  • UseCallback Debounce
  • Overnight Hike Packing Checklist
  • Micro-Saas – building framework
  • Making stuff pt 2 – Recustom SMS app

Archives

  • January 2022
  • November 2021
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • March 2020
  • February 2020
  • November 2019
  • October 2019
  • September 2019
  • July 2019
  • April 2019
  • March 2019

Categories

  • Uncategorized
Rhys Williams, Proudly powered by WordPress.