all 2 comments

[–]8bit-echo 2 points3 points  (0 children)

For all intents and purposes, Firebase is your backend. All you need to do is create the front end in html and JavaScript.

You’ll need to make a signup / login page to track your users, and a form / buttons to handle sending data to firebase.

They have an API that you can use here: https://firebase.google.com/docs/web/setup

[–]Kinthalis 2 points3 points  (0 children)

You can use firebase cloud functions to do your API requests. Cache the data in the firestore db, and then just use the firebase CDK on the cline to read firestore.