Laravel with Firebase Authentication

  Рет қаралды 18,531

Seven Stac

Seven Stac

Күн бұрын

Complete Email and Google authentication process using Firebase in Laravel Project. Works in Real-time.
GitHub Repo : github.com/suhasrkms/laravel-...
Laravel Firebase All in One : github.com/suhasrkms/Lara-Fire
Links :
Composer : getcomposer.org/download/
Git ( Bash ) : git-scm.com/downloads
0:00 Result Overview
0:47 Introduction
0:58 Cloning Project
2:43 Initializing Firebase
4:58 Setting up Firebase
6:33 Customize Laravel Project
7:03 Result
Thanks for watching …

Пікірлер: 78
@Jap48
@Jap48 Жыл бұрын
thank you very much for sharing the wisdom
@dasuneranda
@dasuneranda 3 жыл бұрын
Thanks bro
@adnanqadir291
@adnanqadir291 3 ай бұрын
Thanks for the video. I am stuck with grpc extension. I cannot seem to find the correct .dll file for php version 8.1 or greater. Can you help me in that?
@sevenstac
@sevenstac 3 ай бұрын
There is no pre compiled grpc file, you must compile the tar file .. or run the project in docker ( which is better )
@ducdo131
@ducdo131 3 жыл бұрын
Thank You
@riwajchalise8317
@riwajchalise8317 3 жыл бұрын
Thanks. IS it safe to keep the tokens in the js?
@sevenstac
@sevenstac 3 жыл бұрын
Don't know about it , in firebase docs the format is same .
@siw822
@siw822 3 жыл бұрын
when I Registered i get the error message : cURL error 60: SSL certificate problem: unable to get local issuer certificate
@sevenstac
@sevenstac 3 жыл бұрын
How are you running server using artisan or xammp Have you gone through stackoverflow.com/questions/24611640/curl-60-ssl-certificate-problem-unable-to-get-local-issuer-certificate And its not the problem with the code, your curl is no up-to-date or problem with curl
@aboabdou1511
@aboabdou1511 3 жыл бұрын
thank you very much for this amazing video ,can you introduce more about laravel and firebase like interact with database , and thanks again
@sevenstac
@sevenstac 3 жыл бұрын
Yes, soon
@aboabdou1511
@aboabdou1511 3 жыл бұрын
@@sevenstac thank you so much 😘😘
@onurakyildiz
@onurakyildiz 2 жыл бұрын
how do i run on a chrome register and login page do i need connect to a server
@sevenstac
@sevenstac 2 жыл бұрын
Yes, you can use Laravel artisan serve for testing.
@siw822
@siw822 3 жыл бұрын
hello, I handle The exception message "The email address is already in use by another account.". when I Registered ps: In Firebase Panel, I don't have the Email That Register by It
@sevenstac
@sevenstac 3 жыл бұрын
In App/Http/Controllers/Auth/RegisterController in protected function register change the catch block catch (FirebaseException $e) { return $e; }
@sevenstac
@sevenstac 3 жыл бұрын
Updated in repository also you can see the changed code github.com/suhasrkms/laravel-with-firebase-auth/commit/3fb96e171633de30f9154a37cc32c121612e5a90
@siw822
@siw822 3 жыл бұрын
@@sevenstac thank you
@fredwilmembrere8769
@fredwilmembrere8769 29 күн бұрын
the error is Target class [firebase.auth] does not exist.
@sevenstac
@sevenstac 27 күн бұрын
Looks like you have not imported the 'Firebase Auth' correctly, can you elaborate when you are getting this error ?
@bhubanmalek4589
@bhubanmalek4589 3 жыл бұрын
where do you use ur credential
@sevenstac
@sevenstac 3 жыл бұрын
In resources/credential/firebase_creadential See 4:35 in the videos
@subinaks9504
@subinaks9504 3 жыл бұрын
Thank You ...
@subinaks6875
@subinaks6875 3 жыл бұрын
how to get current logged user details?
@sevenstac
@sevenstac 3 жыл бұрын
Create a facade on users uid, you can get the user details from uid . To create or know more abt facades laravel.com/docs/8.x/facades#how-facades-work
@sevenstac
@sevenstac 3 жыл бұрын
hey you can see kzbin.info/www/bejne/eaOtlZl3bdWmgrM
@user-gj3rw4fc5f
@user-gj3rw4fc5f 3 жыл бұрын
Could you make a video explaining how to implement authentication for facebook and gmal? occupying firebase
@sevenstac
@sevenstac 3 жыл бұрын
Yes soon Gmail is already implemented in the video .
@user-gj3rw4fc5f
@user-gj3rw4fc5f 3 жыл бұрын
@@sevenstac Between what labels do I add the gmail button and what action values ​​or value should it throw for me to log in through gmail? Could you make a template adding the button please? So that I can clone it with git, please
@user-gj3rw4fc5f
@user-gj3rw4fc5f 3 жыл бұрын
I do not ask that it come with styles, only that the button come with the stock or the supplier to make the function work, please
@sevenstac
@sevenstac 3 жыл бұрын
Yes will add all gmail, Google and Facebook login system soon
@user-gj3rw4fc5f
@user-gj3rw4fc5f 3 жыл бұрын
@@sevenstac My problem is that I don't know how to add the Gmail and Facebook button, and what function will the href call, can you make a quick video of how to add that please?
@dr.jishnu7926
@dr.jishnu7926 3 жыл бұрын
Sir Phone no otp ption is available?
@sevenstac
@sevenstac 3 жыл бұрын
Will add the video soon 😊
@mohammedelatbany5950
@mohammedelatbany5950 3 жыл бұрын
Thanks bro , how about Laravel Firebase Push Notification? Can you make a video !!!.
@sevenstac
@sevenstac 3 жыл бұрын
Well I will look through it
@sevenstac
@sevenstac 3 жыл бұрын
Hey the video is out kzbin.info/www/bejne/jH23l3ePd7BneJo
@sadhanakumari4993
@sadhanakumari4993 3 жыл бұрын
Login page kaisey bnaya laravel me
@sevenstac
@sevenstac 3 жыл бұрын
Use php artisan auth command for Laravel 7 or below , for Laravel 8 use composer require laravel/ui then php artisan ui vue --auth then run the npm if nedded
@riwajchalise8317
@riwajchalise8317 3 жыл бұрын
Hi again, I a loving your repo and is giving me a head start. Can you please help me out with reset password feature.
@sevenstac
@sevenstac 3 жыл бұрын
Hey I have added the video .
@abhishekgouda4029
@abhishekgouda4029 3 жыл бұрын
waiting for more firebase laravel tutorial
@sevenstac
@sevenstac 3 жыл бұрын
Sry but the videos will be delayed for nxt 2 months as I have my end exams 🙁
@mtube1205
@mtube1205 2 жыл бұрын
it says "invalid_grant"
@sevenstac
@sevenstac 2 жыл бұрын
Where is the error message displaying. Can you describe more about the error
@ducdo131
@ducdo131 3 жыл бұрын
can some how id PM you for more question
@sevenstac
@sevenstac 3 жыл бұрын
DM me on instagram ( @seven.stac ) or you can comment here only ...
@lukas.pierce
@lukas.pierce 2 жыл бұрын
This tutorial is not about Laravel, this about html and javascript All you need is a html page and some js code from Firebase.
@sevenstac
@sevenstac 2 жыл бұрын
Firebase uses JavaScript for connecting from any programming language, to its database or analytics. For Laravel i.e. PHP there is not enough documentation provided, which results in difficulty to implement, so this video was made to make it a bit easy.
@misco1515
@misco1515 3 жыл бұрын
Target class [App\Http\Middleware\CheckForMaintenanceMode] does not exist.
@sevenstac
@sevenstac 3 жыл бұрын
use ( php artisan up ) this error occurred as you are in laravel-maintenance-mode .
@nostalgame77
@nostalgame77 2 жыл бұрын
how to use Verify a Firebase ID Token in
@sevenstac
@sevenstac 2 жыл бұрын
Are you asking about user UID or Firebase Credentials Token?
@nostalgame77
@nostalgame77 2 жыл бұрын
@@sevenstac Custom Authentication id token thanks for nice reply
@sevenstac
@sevenstac 2 жыл бұрын
See the video I have added Google and Facebook , same will work for GitHub,and many more kzbin.info/www/bejne/hXevind3eredd5o
@nostalgame77
@nostalgame77 2 жыл бұрын
thank youu
@nostalgame77
@nostalgame77 2 жыл бұрын
hey dude how to use laravel passport for authentication firebase?
@ricko13
@ricko13 3 жыл бұрын
Hate the music
@sevenstac
@sevenstac 3 жыл бұрын
Suggest some ... ☺️☺️
Integrating Laravel with Firestore
6:05
Seven Stac
Рет қаралды 12 М.
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 78 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 16 МЛН
Red❤️+Green💚=
00:38
ISSEI / いっせい
Рет қаралды 76 МЛН
CRUD in Laravel with Firestore Database
7:36
Seven Stac
Рет қаралды 9 М.
Difference between cookies, session and tokens
11:53
Valentin Despa
Рет қаралды 603 М.
OTP in Laravel using Firebase | Intro & Setup
35:55
AB Nation Programmers
Рет қаралды 10 М.
Login with Google or Facebook using Laravel with Firebase
8:23
Creating a Laravel API
59:10
DigitalOcean
Рет қаралды 93 М.
My Unconventional Coding Story | Self-Taught
27:14
Travis Media
Рет қаралды 579 М.
Laravel Firebase Tutorial
16:38
SC Tech Studio
Рет қаралды 3,5 М.