Get the index ID of an item in Firebase AngularFire
问题 A similar question was asked here, but the one accepted answer doesn't really answer the question. Using AngularFire, is it possible to to create relational-style databases? Or access the UniqueIDs? When adding nested items to Firebase via AngularFire, each item is actually set under another index numbered numerically. Because of this, I'll need to reference the user's products with the following relative url: users/:id/products My question is, once I have created a user (or anything for that