wesleylima / django-rest-framework-firebase

Use Firebase to authenticate requests to your Django Rest Framework project
32 stars 14 forks source link

Fix race-condition when User created in different request #9

Closed mands closed 5 years ago

mands commented 5 years ago

* Also add gitignore file

wesleylima commented 5 years ago

@mands Thanks for the pull request! This really improves the module. Could update the pull request to not include the gitignore? It's a personal preference of mine to leave the .gitignore free so that each developer can ignore things that are specific to their development environments and IDEs. Otherwise this is great! Thanks again.

mands commented 5 years ago

Sure - will repush the PR this evening - hope that helps!

mands commented 5 years ago

PR updated - thanks for the great library! :)