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

Is it possible to manually log a user in #1

Closed kiwo12345 closed 8 years ago

kiwo12345 commented 8 years ago

Thanks for sharing this!

I wonder if its possible to manually log a user in to firebase? Instead of a middleware

vinothkannans commented 8 years ago

Yes you can do it using Firebase custom authentication method. Already an official package available for php here https://github.com/firebase/firebase-token-generator-php.

Also you may use this package along with our vinkas/firebase-auth-laravel.

kiwo12345 commented 8 years ago

@vinothkannans Thanks alot!