0

I am currently using a Firebase v9 project. In my Firestore database, I have a collection of records. Each of these records is a type of credit card. A given record looks something like the following:

enter image description here

I am looking to make a search functionality in which users can use keywords to search for a specific Type in the entire collection on cards. How do I properly query the Firebase collection using the user's search term? (Assuming the user does not need to exact match and just needs a substring within the Type field).

This post seems a bit outdated, but is in the right direction...

Niall Mandal
  • 128
  • 8

0 Answers0