lit_firebase_auth
lit_firebase_auth copied to clipboard
[Enhancement] Store the user data to Cloud Firestore
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
- Name
- FCM token (for in-app messaging )
- Profile picture
Is it something in development roadmap?
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.
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