Skip to content

Alternative to downcast DocumentSnapshot's generic #6179

Discussion options

You must be logged in to vote

My recommendation would be to instead do:

PollCard(
  onChange: (newPost) => doc.set(newPost),
  post: doc.data(),
);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stargazing-dino
Comment options

Answer selected by stargazing-dino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants