How to make Firebase query search not case sensitive #18

Image
How to make Firebase query search not case sensitive because you know Firebase provide exact match "==" with case sensitive. So we will solve this issue in the chapter in detail. We will use the Laravel PHP SDK for the firebase for all the queries stuff. Also we will see case insensitive sorting with Firebase orderBy using Firebase search ignoring case. Now lets consider a simple example, you have 'Student' list and you want to search by name. So the main use of any search is that, you insert one or two characters and the system should search the most matching one, but that not the case in Firebase. Firebase is a case sensitive. Means string "Name" and "name" are two different values for Firebase. All Firebase developers are facing this issue, which is most basic necessity. So lets first understand, currently what is provided by Firebase. See the below example of Student List. Now here you see, we have a Student ...

About Us





Laravel with Firebase website provides in depth detail how to integrate Laravel (Laravel - The PHP Framework For Web Artisans) and Firebase (Firebase | Google's Mobile and Web App Development Platform). Laravel on one hand is compatible with MySQL and other types of databases and Firebase is google product more easily integrate on JavaScript. Not many resources are available on internet using these two as on. So Laravel with Firebase has tried to simplify and make you understand step by step. So, hope you get the easy understanding of integration process.   

Popular posts from this blog

How to make Firebase query search not case sensitive #18

Chapter 5 - Integrate Laravel with Google Firebase connecting Cloud Firestore

How to Upload files with Cloud Storage on Web - Firebase #19