bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Question: Standalone library #26

Closed jon301 closed 5 years ago

jon301 commented 5 years ago

Hi @bizz84,

Thank you for your work, this auth implementation with Provider looks neat ! I'd love to use it in my project and I was wondering if you've planned to publish a standalone library for ease of use ?

J.

bizz84 commented 5 years ago

I thought about it, but I decided against it.

The main reason is that this is a reference implementation.

It makes some assumptions about:

and more.

I'd much rather let people pick and choose the bits they like, and change the bits they want.