Create a Contact Form in Angular using Cloud Functions for Firebase

Contact Form in Angular

Introduction An authorization system is necessary for the vast majority of apps. Validating a username and password against Users-table is sometimes sufficient, but typically a more granular permissions model is required to provide some users access to resources while denying it to others. It’s not easy and often takes a lot of effort to set … Read more