PHPackages                             salt/firebase - 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. salt/firebase

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

salt/firebase
=============

Package which sets up Firebase authentication for our Laravel applications

1.0.10(3y ago)06.7k↓23.8%[3 PRs](https://github.com/salthq/salt-firebase/pulls)MITPHPPHP ^8.0

Since Aug 25Pushed 2y ago3 watchersCompare

[ Source](https://github.com/salthq/salt-firebase)[ Packagist](https://packagist.org/packages/salt/firebase)[ Docs](https://github.com/salt/auth)[ GitHub Sponsors](https://github.com/salt)[ RSS](/packages/salt-firebase/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (18)Versions (16)Used By (0)

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

[](#installation)

You can install the package via composer:

```
composer require salt/firebase
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="salt-firebase-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="salt-firebase-config"
```

This is the contents of the published config file:

```
