vue js pwa application with firebase realtime database integrated which create record
##note: for Login first Signup with your basic information
basic signup
example:
- email : admin@gmail.com
- password : admin123 (password min 6 char)
- confirm password : admin123After sucessful signup it will redirect to /home page
if you already signup then signin using your credentials
basic signin
example:
- email : admin@gmail.com
- password : admin123
After sucessful signin it will redirect to /home page click here to redirect my write app
Enter Company name and location then click add button
(records will be created in firebase database)
It will Listen firebase database and update the record in UI without refreshing page
you can delete the record also