vinkashq / firebase-auth-laravel

Firebase Authentication package for Laravel PHP framework
http://vinkas.discuss.group/c/firebase-auth-laravel
MIT License
39 stars 14 forks source link

Create authentication in laravel 5.4 #8

Open dhamechavivek opened 7 years ago

dhamechavivek commented 7 years ago

Hello,

At v.first i create my database in mysql where i can create users table with php artisan migrate command. and its been very easy.

Now i want to create the same with firebase but i can't understand. how can i do it with vinkashq/firebase-auth-laravel. and also authenticate my laravel.

Can you please guide me in detail about vinkashq/firebase-auth-laravel.