Skip to content

Firebase

firebase

Firebase provides easy hosting of web applications plus a lot of other features like user Authentication, managed database infrastructure, and really clean client APIs to interact with the services.

The Firebase project has one web application because we only have a web frontend but other clients can easily be added and the firebase infrastructure would stay the same.

firebase

Authentication

Firebase allows us to easily activate multiple authentication methods on our case we only activate Google.

firebase

Firebase Auth

firebase

Firebase users

WebApp

See Web App to see how it interacts with Firebase.