Accessible here: https://fir-4jollof.firebaseapp.com/.
You need to have created a Firebase Project in the Firebase Console as well as configured a web app.
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.
Run firebase serve
to run a server locally (default: http://localhost:5000) or firebase deploy
to
deploy the demo.