| Package Data | |
|---|---|
| Maintainer Username: | vinothkannans | 
| Maintainer Contact: | vinothkannan@vinkas.com (Vinoth Kannan) | 
| Package Create Date: | 2016-07-26 | 
| Package Last Update: | 2020-10-05 | 
| Home Page: | http://vinkas.discuss.group/c/firebase-auth-laravel | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-30 03:02:55 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 2,082 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 39 | 
| Total Watchers: | 5 | 
| Total Forks: | 14 | 
| Total Open Issues: | 5 | 
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=__________
