-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
how to combine two query path database
let ref = Database.database().reference()
ref.child("users")
.child("1")
.rx
.observeSingleEvent(.value)
.subscribe(onNext: { snapshot in
print("Value:(snapshot.value)")
}).disposed(by: disposeBag)
I want to use snapshot value to query other path database
can I extend for the programing?
thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels