Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 812 Bytes

Vue FirebaseUI Authentication Boilerplate

This is a sample Vue.js project exercising the FirebaseUI authentication flow. This project was initialized with Vue CLI. You will need a Google Cloud Platform account, project, and app to apply your app's configuration to the project. All information on how to set up the auth flow was found on the following two pages. Refer to the FirebaseAuthentication.vue file for a closer look at implementation. This is to be used as a guide.

Firebase for Web Authentication Documentation

https://firebase.google.com/docs/web/setup

FirebaseUI for Web Authentication Documentation

https://firebaseopensource.com/projects/firebase/firebaseui-web/#configuration

Project setup

npm install

Compiles and hot-reloads for development

npm run serve