Skip to content

Back-end for Contact form: Mobile first responsive contact form is connected to firebase to store the submission from front-end to a firebase database.

Notifications You must be signed in to change notification settings

patilankita79/ConnectingFirebaseToContactForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ConnectingFirebaseToContactForm

Back-end for Contact form:

Mobile first responsive contact form is connected to firebase to store the submission from front-end to a firebase database.


Firebase is a cloud service for database, authentication, etc.

  • Create a firebase account
  • Go to console
  • Add a project
  • Select option => Add firebase to your web app
  • Copy and paste the snippet at the bottom of your HTML, before other script tags.

  • Firebase Authentication:
    For submitting the form, no authentication is required. Anyone can submit this form.
    To meet the above condition,
  • Go to database
  • Go to Rules tab, and change the value of .write to true


  • Input


    Output: Message gets stored to Firebase database (Type of database: NoSQL)

    About

    Back-end for Contact form: Mobile first responsive contact form is connected to firebase to store the submission from front-end to a firebase database.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published