startach / haprev

4 stars 11 forks source link

Feature: use Firebase authentication and authorization #120

Open davidpelfree opened 4 years ago

davidpelfree commented 4 years ago

For data security reasons, need to get user ID and credentials per user. This should be managed in Firebase. See API here: https://firebase.google.com/docs/auth

The benefit is that you can then limit the data visibility per user / role by using "database rules". See: https://firebase.google.com/docs/database/security

davidpelfree commented 4 years ago

Duplication of #134?