/palosebo

Source code for the Gamified Codelabs. Built using Firebase.

Primary LanguageCSS

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!