Skip to content

Contact Form Using Firebase Backend Database, Responses will directly store into Realtime Database in a format of json

License

Notifications You must be signed in to change notification settings

Smalick0478/ContactFormUsingFirebaseBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Form Using Firebase Backend

A Firebase Backend Database For Storing User Responses, User Friendly And Easy Code Customization.

Clone This Repository

git clone https://github.com/Smalick0478/ContactFormUsingFirebaseBackend.git

How To Configure Firebase Backend?

Login To Your Firebase Console & Create a Project, after finishing setup firebase will display these information copy and paste it into js/main.js

 apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",

Select Realtime Database Go To Rules and Paste The Following Code

{
  "rules": {
    ".read": true,
    ".write": true
  }
}

License

GNU License

Authors

Contributions Are Always Welcome, Happy Coding!

About

Contact Form Using Firebase Backend Database, Responses will directly store into Realtime Database in a format of json

Resources

License

Stars

Watchers

Forks