Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates with the info from 2019 branch #7

Merged
merged 3 commits into from Oct 19, 2020

Conversation

dpells
Copy link
Member

@dpells dpells commented Oct 17, 2020

Speakers, sessions, and team should be updated

Speakers, sessions, and team should be updated
@dpells dpells requested a review from Coder206 October 17, 2020 01:54
Copy link

@Coder206 Coder206 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dpells I ran the deploy with the following steps but it didn't work, I suspect it may be due to an issue with the JSON file because https://github.com/CCSudbury/gdg-sudbury-devfest/blob/sudbury-2020/docs/default-firebase-data.json works file. Perhaps rebase (you don't need to do this in git if you don't want) your changes with this file instead of default-firabase-data.json (note the presence of an a instead of an e in fire of firebase).

Steps to deploy

  1. Rename the data file default-firebase-data.json
  2. Install Node dependencies (npm install)
  3. Login with firebase command line (npx firebase login)
  4. Select project to use (npx firebase use gdg-sudbury-devfest-2020)
  5. Import initial data to the Firebase Database
    • Generate serviceAccount.json file
      • Go to console.firebase.google.com -> Project settings -> Service accounts
      • Ensure that Node.js is selected and press Generate new private key
      • Read the warning and press Generate key
      • Save the file as serviceAccount.json and to the root of your hoverboard directory (❗Do NOT commit this file to the public repository)
  6. Run npm run firestore:init

@dpells dpells added this to the a milestone Oct 18, 2020
@dpells dpells merged commit 0b92313 into CCSudbury:sudbury-2020 Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants