FlutterFire UI #3433
Unanswered
Ehesp
asked this question in
Feature request
FlutterFire UI
#3433
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey All
Currently the library has some built in UI widgets/functionality however isn't documented (see examples).
As part of the Roadmap we're probably going to remove and extract these into their own packages to keep the scope cleaner. That being said, we're also open to the idea of bringing in more UI based workflows in which I've love to hear some ideas about.
Right now, these are the "planned" ones:
[firebase_auth]
verifyPhoneNumber(BuildContext context, [VerifyPhoneNumberOptions options])
.[firebase_auth]
signInWithProviders(email)
. An input box where users can enter an email, and a list of providers is returned. Users can click a provider button trigger the login flow.[firebase_database] Currently a rework/update of the existing examples.
[cloud_firestore]
FirestoreListView
a simple wrapper which accepts aQuery
and returns document snapshots in theitemBuilder
. Can provide loading views etc.Please send any use-cases over and we'll consider them 🔥
Beta Was this translation helpful? Give feedback.
All reactions