Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Can't join different values to the same path #88

@nahueld

Description

@nahueld

I'm struggling to find a way to do the following:
var firebaseRef = new Firebase(url); var norm = new Firebase.util.NormalizedCollection( firebaseRef.child("/billing"), [firebaseRef.child("/people"),"people1","billing.buyer"], [firebaseRef.child("/people"),"people2","billing.seller"]) .select("billing.creationDate","billing.buyer", "billing.seller",{key:"people1.$value",alias:"buyerDetails"},{key:"people2.$value",alias:"sellerDetails"}); return norm.ref();

This cause a duplicate path error...

Notice that the objective of this is to use the same path to obtain buyer and seller rather than to have different endpoints for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions