Best laravel framework open-source packages.

ChatUp

ChatUp - RealTime chat app using Laravel and Firebase
Updated 2 years ago

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.

Dhyey's 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!