vinkas/firebase-auth-laravel

Firebase Authentication package for Laravel PHP Framework
2,082 39
Install
composer require vinkas/firebase-auth-laravel
Latest Version:v1.0.1
License:MIT
Last Updated:Jan 8, 2018
Links: GitHub  ·  Packagist
Maintainer: vinothkannans

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

Related Packages

johnturingan/laravel-jwt-auth

JSON Web Token Authentication for Laravel 4 and 5. Modification from Tymon's jwt...

4,455 0
themonkeys/laravel-google-auth

Laravel Authentication Driver for Google OAuth authentication

1,863 43
sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

31,063 50
tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

52,761,187 11,493
helori/laravel-permission

Define roles and permissions for Laravel users

69 0