Open
Description
What feature would you like to see?
Being able to specify the source
when using addSnapshotListener
.
As requested here firebase/flutterfire#10069
How would you use it?
fun addSnapshotListener(
activity: Activity,
metadataChanges: Any,
listener: EventListener<DocumentSnapshot!>,
source: Source,
): ListenerRegistration```