suhasrkms / laravel-with-firebase-auth

Connect any Laravel project to Firebase for seamless authentication and user management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT GitHub forks GitHub stars GitHub issues

Important

About

Have an idea to develop a Laravel project using firebase database, this repository helps in using firebase as authentication for laravel project.

Video stats

  • 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!

About

Connect any Laravel project to Firebase for seamless authentication and user management.


Languages

Language:PHP 57.7%Language:Blade 41.0%Language:JavaScript 0.8%Language:Vue 0.3%Language:SCSS 0.2%