In this chapter, we will learn how to connect Laravel Socialite package to Firebase Authentication Social Login Provider. How to enable social option in Fireba…
Read moreIn this chapter, we will learn how to create a function that basically acts a MySQL triggers.We will learn in depth how the onCreate, OnUpdate, OnWrite, OnDele…
Read moreFirebase Cloud Functions are not related to Laravel PHP code. You cannot code cloud functions in Laravel. Basically they are some code hosted in Firebase C…
Read moreIn this chapter, we will learn how to fetch an image and delete an image from the Firebase Storage using the Laravel PHP project with the kreait/laravel-fi…
Read moreIn this chapter, we will learn how to upload an image to the Firebase Storage from the Laravel PHP project using the kreait/laravel-firebase package. …
Read moreHow to make Firebase query search not case sensitive because you know Firebase provide exact match "==" with case sensitive. So we will solve thi…
Read moreLearn how to Query based on multiple where clauses using eq filters in Firebase to perform simple and compound queries in Cloud Firestore. In this chapter, we …
Read moreHow to perform the like queries on Firebase because you know Firebase provide exact match "==" with case sensitive. So we will solve this issue in th…
Read moreIn this chapter, we will learn how can we implement a login page and make a user login. Then maintain a session for other page queries and logout to destro…
Read moreLearn how to use custom firebase reset password and manage & reset forgotten users passwords. Detailed how to implement the custom Firebase Auth Forgot…
Read moreLearn how to create custom email action handlers and change the Firebase email templates using Firebase email link authentication. Detailed how to implemen…
Read moreIn this chapter, we will learn how to delete the data from Firebase Cloud Firestore database collection using Laravel Framework PHP SDK. Now consid…
Read more