-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Hi,
Speakers, Schedule, Blog and Team sections won't work for me some reason. They just load and load but the content won't show up.
Here is what I do.
- Create GCP project
- Create and link Firebase project to GCP project
- Enable App Engine in GCP
- Create a Web app in Firebase
- Enable Hosting in Firebase
- Enable Firestore in Firebase
- Enable Storage in Firebase
- Clone the source code to local
- Update config files config/development.json and config/production.json with Firebase config data
- Login to Firebase from CLI
- Select the right project from CLI
- sudo npm install -g firebase-tools
- npm install
- npm run build
- firebase deploy
The test site is here: https://df-hu-dev.web.app/
Content won't show up for these pages:
- https://df-hu-dev.web.app/speakers/
- https://df-hu-dev.web.app/schedule/
- https://df-hu-dev.web.app/team/
- https://df-hu-dev.web.app/blog/
Do I miss any important step?
Thanks,
update:
This is how I started, then I realized that there were two similar projects with slightly different documentations:
- https://github.com/GDG-Ukraine/hoverboard-devfest-ukraine/tree/master/docs
- https://github.com/gdg-x/hoverboard/tree/main/docs
So I have returned to the gdg-x one.
My step by step description above is not fully valid anymore as previously I have missed the 'serviceAccount.json' and 'npm run firestore:init' steps.
Now, at 'npm run firestore:init' I am experiencing the same as described here: #1374
Metadata
Metadata
Assignees
Labels
No labels