Skip to content

combine #29

@NemoChen317

Description

@NemoChen317

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions