Below are the steps to integrate Firebase with Laravel 6.x
Step 1
To integrate Firebase with Laravel we first need a Laravel project. Create a new Laravel project using the given composer command.
composer create-project –prefer-dist laravel/laravel firebase