laravel-with-firebase-auth
laravel-with-firebase-auth copied to clipboard
Connect any Laravel project to Firebase for seamless authentication and user management.
Important
- For only Email Authenticate System click here to download
- For Email Authentication with Password Reset Feature click here to download
- For Email Authentication with Password Reset & Email Verification Feature click here to download
- Profile Page click here to download
About
Have an idea to develop a Laravel project using firebase database, this repository helps in using firebase as authentication for laravel project.
Tutorial for connecting this project to firebase.
- Implement only Email Authenticate System watch here
- Implementing Password Reset Feature watch here
- Implementing Email Verification Feature watch here
Prerequisite
Uses Composer for laravel installation. Get Composer here.
Installation
Use GIT for cloning the repository ( Can download from repository also )
git clone https://github.com/suhasrkms/laravel-with-firebase-auth.git
Create .env file ( copy the content from .env.example !important )
cp .env.example .env
Get your API key from firebase refer video and paste the key in resources\credentials\firebase_credentials.json
Initialize Firebase Config refer video to resources\views\auth\login.blade.php
**All set now authentication using firebase for your larvel project is ready to use**
Thanks for downloading this project!
- Project Name: Laravel With Firebase Auth
- Project URL: https://github.com/suhasrkms/laravel-with-firebase-auth
- Author: Suhas R
- Author URL: https://github.com/suhasrkms