Posts

How to make Firebase query search not case sensitive #18

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 ...

Chapter 23 - How to use Firebase Social Login Authentication in Laravel Socialite Package

Chapter 22 - How to write trigger functions in Firebase Cloud Functions

Extend your Firebase Cloud Firestore Realtime Database with Cloud Functions #21

Chapter 20 - How to fetch and delete an image from Firebase Storage using Laravel PHP project

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

How to Query based on multiple where clauses using eq filters in Firebase #17

How to perform sql LIKE operation on Firebase in Laravel PHP #16

Chapter 15 - Laravel with Firebase Sign In and maintain logged in session using middleware

How to use firebase reset password custom and manage & reset forgotten users passwords - #14

How to create custom firebase email templates and action handlers link #13

Chapter 12 - Delete data from Firebase using Laravel PHP