Skip to content

kenju254/firebase4jollof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Firebase4Jollof - Auth Demo

Accessible here: https://fir-4jollof.firebaseapp.com/.

Prerequisite

You need to have created a Firebase Project in the Firebase Console as well as configured a web app.

Installation

Install the firebase command line tool with npm install -g firebase-tools (See docs).

Enable the Auth providers you would like to offer your users in the console, under Auth > Sign-in methods.

Run:

git clone https://github.com/kenju254/firebase4jollof.git
cd firebase4jollof
firebase use --add

This will clone the repository in the current directory, and start a wizard to configure firebase for your app. Select the project you have created in the prerequisite, and type in default or any other name as the alias to use for this project.

Then copy and paste the Web snippet code found in the console (either by clicking "Add Firebase to your web app" button in your Project overview, or clicking the "Web setup" button in the Auth page) in the index.html and widget.html files.

Deploy

Run firebase serve to run a server locally (default: http://localhost:5000) or firebase deploy to deploy the demo.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.0%
  • JavaScript 42.2%
  • CSS 6.8%