PHPackages                             kkcodes/laravel-firebase-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kkcodes/laravel-firebase-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

kkcodes/laravel-firebase-auth
=============================

Firebase Authenticator baked for Laravel.

1.0(8y ago)81.2k3[3 issues](https://github.com/kkcodes/laravel-firebase-auth/issues)[1 PRs](https://github.com/kkcodes/laravel-firebase-auth/pulls)MITPHP

Since Feb 24Pushed 7y ago3 watchersCompare

[ Source](https://github.com/kkcodes/laravel-firebase-auth)[ Packagist](https://packagist.org/packages/kkcodes/laravel-firebase-auth)[ RSS](/packages/kkcodes-laravel-firebase-auth/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Firebase Authentication Package for Laravel
===========================================

[](#firebase-authentication-package-for-laravel)

Description
-----------

[](#description)

Firebase Authentication package Baked for Laravel and currently supports Facebook and Google Login. Other methods will be added shortly.

Dependency
----------

[](#dependency)

- [FirebaseUI Web](https://github.com/firebase/firebaseui-web)

Installation
------------

[](#installation)

#### Via Composer Require

[](#via-composer-require)

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

```
composer require kkcodes/laravel-firebase-auth

```

**Hope that the default Laravel Auth is already setup. If not, then do setup first.**

Skip the below mentioned step for Laravel 5.5 or greater

**Add Service Provider to your `config/app.php` file**

```
Kkcodes\FirebaseAuth\FirebaseAuthServiceProvider::class

```

**Run `php artisan` command to publish package files into your app**

```
php artisan vendor:publish --provider="Kkcodes\FirebaseAuth\FirebaseAuthServiceProvider"

```

**Now Let's migrate the required tables**

```
php artisan migrate

```

```
composer dump-autoload

```

```
php artisan db:seed --class=FirebaseSigninSourceTableSeeder

```

**From Firebase Console, at the top left corner, there is a Web Setup Button. Click on that and copy and paste the value for respective key in `.env` file**

```
FIREBASE_AUTH_API_KEY=
FIREBASE_AUTH_DOMAIN=
FIREBASE_DB_URL=
FIREBASE_PROJET_ID=
FIREBASE_STORAGE_BUCKET=
FIREBASE_SENDER_ID=

```

**This package by default uses Laravel `app.blade.php`, hence do add this, `@yield('head')` before the closing head tag**

**Run it, assuiming on `localhost:8000/auth/login`**

```
auth/login

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3001d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/664141ae70972d6c5aa6035a9fff2697b637897b7f3f299f537db205b34455de?d=identicon)[kinshuklahiri](/maintainers/kinshuklahiri)

---

Top Contributors

[![kkcodes](https://avatars.githubusercontent.com/u/12482031?v=4)](https://github.com/kkcodes "kkcodes (11 commits)")

---

Tags

laravellaravel-5-packagelaravel-framework

### Embed Badge

![Health badge](/badges/kkcodes-laravel-firebase-auth/health.svg)

```
[![Health](https://phpackages.com/badges/kkcodes-laravel-firebase-auth/health.svg)](https://phpackages.com/packages/kkcodes-laravel-firebase-auth)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
