Skip to content

Source code for the Gamified Codelabs. Built using Firebase.

Notifications You must be signed in to change notification settings

gdgphilippines/palosebo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

palosebo

Source code for the Gamified Codelabs. Built using Firebase.

##Setting up you gamified codelabs

  1. Fork gdgphilippine's repository, palosebo

    git fork https://github.com/gdgphilippines/palosebo.git
    
  2. Create a new Firebase app project.

  3. Go to https://console.firebase.google.com/

  4. Click Create New Project

  5. Fill the details and click Create Project

  6. Configure your project.

  7. Upon opening your new project, click Add Firebase to your web app

  8. Copy the code from the line var config = { until firebase.initializeApp(config);

  9. Paste the code in includes/scripts/config.js

  10. Save!

  11. Configure your Firebase app project.

  12. Authentication 1. Go to Authentication section on your Firebase console. 2. Click the Set up Sign-in method. 3. Enable Google as a sign-in provider. 4. Save!

  13. Database 1. Go to Database section on your Firebase module. 2. Under Data tab, click the three vertical dots icon and select Import JSON. 3. Upload the database-data.json. 4. Click Import.

  14. Rules 1. Go to Database section on your Firebase module. 2. Go to the Rules tab. 3. Copy the contents of database-rules.json. 4. Paste it to the text editor in Firebase. 5. Click Publish.

  15. Deploy the app to your website!

  16. Done!

About

Source code for the Gamified Codelabs. Built using Firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published