vuetifyjs / vuex

📚 Mono-repo structure for Vuetify Vuex modules
Other
43 stars 11 forks source link

[Feature Request] Firebase Auth Module #7

Open BenHayat opened 5 years ago

BenHayat commented 5 years ago

Problem to solve

Integrates Firebase Authentication and user claim/identity/role part of Vuetify system that almost every application needs to authenticate and authorize users.

Proposed solution

Firebase has one of the best auth system and unlike AWS or Azure, it is free and ties very nicely with Firestore database. By creating this module more developers would approach Vuetify for building Business and real world applications.

bdeo commented 5 years ago

@BenHayat This is a WIP. See GH-4 for more. PRs are more then welcome, as I've not been able to get around to rounding it all out yet.