2017 © Pedro Peláez
 

library firebase-auth-laravel

Firebase Authentication package for Laravel PHP Framework

image

vinkas/firebase-auth-laravel

Firebase Authentication package for Laravel PHP Framework

  • Monday, January 8, 2018
  • by vinothkannans
  • Repository
  • 5 Watchers
  • 28 Stars
  • 1,585 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 6 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

Firebase Authentication package for Laravel PHP framework

Discuss Group Latest Stable Version Latest Unstable Version Total Downloads, (*1)

Installation

Via Composer Require

You may install by running the composer require command in your terminal:, (*2)

composer require vinkas/firebase-auth-laravel

Add Service Provider to your config/app.php file, (*3)

Vinkas\Firebase\Auth\ServiceProvider::class,

Run php artisan command to publish package files into your app, (*4)

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

Add your firebase project id, api key and auth domain in .env file, (*5)

FIREBASE_PROJECT_ID=__________
FIREBASE_API_KEY=__________
FIREBASE_AUTH_DOMAIN=__________

Configuration

Screenshots

FirebaseUI Web, (*6)

Dependencies

The Versions

08/01 2018

dev-master

9999999-dev

Firebase Authentication package for Laravel PHP Framework

  Sources   Download

MIT

The Requires

 

laravel authentication auth firebase vinkas

27/07 2016

v1.0.1

1.0.1.0

Firebase Authentication package for Laravel PHP Framework

  Sources   Download

MIT

The Requires

 

laravel authentication auth firebase vinkas

27/07 2016

v1.0.0

1.0.0.0

Firebase Authentication package for Laravel PHP Framework

  Sources   Download

MIT

The Requires