Using Firebase Storage and Database together

317 views Asked by At

I'm building a new site using Firebase. The backend will store user profiles, files (PDFs and anything else) that will each have a title and a number of tags.

I'm planning on using Telescope (NOVA) to create a reddit style page listing to let users upvote/downvote posts.

How should one structure the Firebase Database AND Storage? Obviously I store the files in Storage - but how about everything else? I want to build a robust structure for the database that will scale easily.

0

There are 0 answers