vinkas/firebase-auth-laravel

Firebase Authentication package for Laravel PHP Framework

Installs: 2 082

Dependents: 0

Suggesters: 0

Security: 0

Stars: 39

Watchers: 5

Forks: 14

Open Issues: 5

pkg:composer/vinkas/firebase-auth-laravel

v1.0.1 2016-07-27 12:20 UTC

This package is not auto-updated.

Last update: 2025-10-08 15:38:54 UTC


README

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