RxSwiftCommunity/RxFirebase

How about using `Single` instead of `Observable`?

geonu1109 opened this issue · 2 comments

In the RxFirebase/Sources/Database/FIRDatabaseQuery+Rx.swift file, the observeSingleEvent method returns only one result value, but the return type is Observable instead of Single. I suggest changing this to Single.

You are right 👍 i'll work on it on the next release

thank you @acecilia
you solved this issue too on v0.3.8!