Walison Filipe

Results 4 comments of Walison Filipe

@all-contributors please add @walison17 for ideas

I think my package is more flexible, easier to extend, and covers some points not covered by this package, like authenticate users created directly on firebase. I will add examples...

> Quick fix possible by changing `User.objects.create(**fields)` to `User.objects.get_or_create(**fields)` ? yes, `get_or_create` can handle race condition but only if the `uid_field` have a unique constraint at database level