vue-faui-user-fe
v1.1.10
Published
A user account frontend with firebase auth ui
Downloads
31
Readme
2021.06.27: This library is deprecated due to huge package size, the successor is vue-faui-user-fe2 now on.
Vue Firebase auth ui user management frontend pack
Provide following feature to your vue app.
- Sign Up / Sign In by firebase auth ui with email with verification request(original of this package).
- Account Management (cange name and email address, delete account, etc).
- Attach to vuetify-nav.
as follows:
Sign Up / Sign In
Account Management
Attach to vuetify-nav.
Install
npm install vue-faui-user-fe
# or
yarn add vue-faui-user-fe
How to setup
refer wiki
Demo
Demo site is available at here. You can try to Create account, Login, Account management, Logout, Delete account on this site.
Q&A
Github issues are available. Any questions, suggestions, reports are welcome!
Author
History
- 1.0.0 2021.04.04 first version.
- 1.0.17 2021.05.22 fix: "Delete account" now works well.
- 1.1.0 2021.05.31 Login component support
- 1.1.10 2021.06.27 This library is deprecated due to huge package size, successor is vue-faui-user-fe2 now on.