Skip to content

ernestchanjq/firebase-auth-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Authentication package for Laravel PHP framework

Discuss Group Latest Stable Version Latest Unstable Version Total Downloads

Installation

Via Composer Require

You may install by running the composer require command in your terminal:

composer require vinkas/firebase-auth-laravel

Add Service Provider to your config/app.php file

Vinkas\Firebase\Auth\ServiceProvider::class,

Run php artisan command to publish package files into your app

php artisan vendor:publish --provider="Vinkas\Firebase\Auth\ServiceProvider"

Add your firebase project id, api key and auth domain in .env file

FIREBASE_PROJECT_ID=__________
FIREBASE_API_KEY=__________
FIREBASE_AUTH_DOMAIN=__________

Configuration

Screenshots

FirebaseUI Web

Dependencies

About

Firebase Authentication package for Laravel PHP framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 66.5%
  • HTML 27.5%
  • JavaScript 5.2%
  • CSS 0.8%