gabrielkrneiro / vuejs_firebase

A VueJS Login project integrated with Google Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueJS_Firebase

Author: Gabriel M. Carneiro
E-mail: carneiro.development@gmail.com

The Project

Developed in VueJS, this project is a example how to use VueJS integrated with Google Firebase using less effort possible, improving your project`s reliability and making it runtime.

Requirements

  • You have to have a Google Account
  • Create a new project in Firebase Console
  • Npm installed

Instructions

  • clone the repository with command bellow:
$ git clone https://github.com/GabrielCarneiroDeveloper/vuejs_firebase.git
  • Using the terminal, access the project folder and run the command:
$ npm install
  • Access your Firebase Console and copy the snippet accounted to store your Firebase project data
  • Create a file called firebaseConfigure.js and paste your infos as bellow:
export default { apiKey:  "your_api-key", authDomain:  "your_auth_domain", databaseURL:  "your_database_url", projectId:  "your_project_id", storageBucket:  "your_storage_bucket", messagingSenderId:  "your_message_sender_id"  };
  • run command bellow to serve the project:
$ npm start

Contacts

If you have some question, improvement or issues at try to install/run the project, please contact me in my e-mail and i'll be glad to help you: carneiro.development@gmail.com.

If you like it, please give a star ;D

About

A VueJS Login project integrated with Google Firebase


Languages

Language:JavaScript 68.7%Language:Vue 30.0%Language:HTML 1.2%Language:CSS 0.2%