Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 988 Bytes

File metadata and controls

43 lines (30 loc) · 988 Bytes

firebase_write_app

vue js pwa application with firebase realtime database integrated which create record

##note: for Login first Signup with your basic information

Signup

basic signup

example:
	- email : admin@gmail.com
	- password : admin123	(password min 6 char)
	- confirm password : admin123

After sucessful signup it will redirect to /home page

if you already signup then signin using your credentials

Signin

basic signin

example:
	- email : admin@gmail.com
	- password : admin123
After sucessful signin it will redirect to /home page	

Writing App

click here to redirect my write app

Enter Company name and location then click add button
(records will be created in firebase database)

Listen App

click to redirect listen app

It will Listen firebase database and update the record in UI without refreshing page
you can delete the record also