Is there a way to use Stream suggestions from firebase?
Karlheinzniebuhr opened this issue · 2 comments
Karlheinzniebuhr commented
I'd like to consume a stream of suggestions from firebase. But I haven't found a way to do this with AutoCompleteTextField.
Molkars commented
You'd need to call the updateSuggestions
method from AutoCompleteTextFieldState in your listen callback for the stream.
Karlheinzniebuhr commented
That worked, thanks!