Closed
Description
Hi this is a feature request not an issue.
Right now the Widget test secion of https://flutter.io/testing/ is kinda poor and does not give developers better examples of how to "mock" integration services.
Being firebase one of the most used altogether with flutter it would be nice to have a Firebase testing related tutorial/sample.
I know this is kind of testing101 with dart, but must of us (this is my personal belief) are coming to flutter without any dart knowledge.
A clear example of this (and what I'm currently battling) is how to test components that rely on FirebaseAnimatedList
(Sorry if the issue does not follow the guidelines, I looked for feature requests and couldnt find)