How I will structure the back end

I’m getting ahead of myself, but I know now how I’ll be passing information to and from the server as long as there is no better way. I’ll be storing all open letters in an array on the firebase server, I suppose it will be an array of arrays so I can store the suitable information for each one (user, time, content, etc..). Then using a tutorial like this one I wll have a form submission page with authentication checks that can upload forms to the array.

The homepage will download the arrays through an angular application, hopefully I’ll be able to sort catagorisation and searches later.

Leave a Reply

Your email address will not be published. Required fields are marked *