Firebase Real Time Database Structure for File Upload
问题 I am working on my first Firebase project using AngularFire2. Below is the overall design of my learning project. Users uploads photos and it's stored in the Firebase storage as images. The uploaded photos are listed in the homepage sorted based on timestamp. Below is the structure that I have now when I started. But I feel difficulty when doing joins. I should be able to get user details for each uploads and able to sort uploads by timestamp. User: - Name - Email - Avatar Uploads: - ImageURL