Firestore query subcollections
I thought I read that you can query subcollections with the new Firebase Firestore, but I don't see any examples. For example I have my Firestore setup in the following way:
- Dances [collection]
- danceName
- Songs [collection]
- songName
How would I be able to query "Find all dances where songName == 'X'"