How about using `Single` instead of `Observable`?
geonu1109 opened this issue · 2 comments
geonu1109 commented
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
.
arnauddorgans commented
You are right 👍 i'll work on it on the next release
luiszheng0627 commented
thank you @acecilia
you solved this issue too on v0.3.8!