Shamar Kellman

Results 3 issues of Shamar Kellman

**Describe the bug** Unable to find source when using extended Country model. **To reproduce** ``` namespace App\Models; use Squire\Models\Country as SquireCountry; class Country extends SquireCountry { public function users() {...

bug

Expose claims to allows access to fields such as email.

Thanks for the package. I am trying to link \csrui\LaravelFirebaseAuth\User::class to a users table. I have tried to extend \csrui\LaravelFirebaseAuth\User::class but I get an error because the constructor expects a...