Firebase User Provider integration for Laravel when using Laravel-Doctrine
randomstate/laravel-doctrine-firebase is a Laravel package for firebase user provider integration for laravel when using laravel-doctrine.
It currently has 0 GitHub stars and 5 downloads on Packagist.
Install it with composer require randomstate/laravel-doctrine-firebase.
Discover more Laravel packages by randomstate
or browse all Laravel packages to compare alternatives.
Last updated
This micro-package has the sole responsibility of integrating Firebase Auth with your Laravel app. It does not integrate directly with Firebase but instead is responsible for verifying and synchronising your users with your local database when using Laravel-Doctrine.
You should use the front-end javascript snippet (or similar library) supplied by Google to generate JWT tokens for your users that are then passed to Laravel as a Bearer token in the Authorization header.
See https://firebase.google.com/docs/web/setup for more details on integrating with your Javascript frontend.