You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor adjustment to include the trait Http/Controllers/Auth/LoginController.php
use Gbrits\Firebase\Auth\AuthenticatesUsers;
class LoginController extends Controller {
use RegistersUsers, AuthenticatesUsers, ValidatesRequests;
my LoginController now looks like this:
and I'm getting this error after successfull sign-in via Firebase:
"message": "Trait 'App\Http\Controllers\Auth\RegistersUsers' not found",
what am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi!
Seems I misunderstood this point:
my LoginController now looks like this:
and I'm getting this error after successfull sign-in via Firebase:
what am I doing wrong?
The text was updated successfully, but these errors were encountered: