funwithflutter / lit_firebase_auth

Lit Firebase Auth simplifies the process of adding Firebase Authentication to a Flutter application.
MIT License
76 stars 18 forks source link

[Enhancement] Store the user data to Cloud Firestore #7

Open Imgkl opened 4 years ago

Imgkl commented 4 years ago

Is it possible to add the data that we get back from User user = context.getSignedInUser(); to Cloud Firestore. So If we able to get this package to do this automatically without the separate setup from the user, we can make this packing even more LIT 🔥 .

Some basic data can be added to the Firestore such as

Is it something in development roadmap?

funwithflutter commented 4 years ago

Not sure I understand fully. But if I do then probably no, the reason being that not everyone who uses this package would want to opt in to all of the Firebase features. I do not want to depend on extra packages, or force certain behaviours if not necessary. But open to suggestions, or maybe there can be an example showing how to do this.

ciriousjoker commented 4 years ago

I'd also argue against these features. While it would be really convenient for myself it seems to be out of the scope of this project