-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Speakers, Schedule, Blog and Team sections won't work #1373
Comments
Seems like the site is not deployed at all. Can you post the output of this command:
|
The output of firebase deploy is the following:
|
The strage thing is that for 'npm run firestore:init' I receive the following error:
|
However if I install babel-node and do an 'npm audit fix' there is another error:
|
And if I try to follow the recommended solutions from the error output it just gets worse and worse. Rename, edit file, etc. one after another. |
It looks like there isn't any data to display. The init command should be fixed now, give that a try and see if data will render. |
Thanks. Getting better, but still won't init.
|
What version of Node.js are you using? |
Give it another try. |
Now it works, I can confirm. Thanks!
|
Great! |
An additional question. Might be off topic in this thread. Just gave it a try to update the content (the name of a speaker for testing) and did an 'npm run deploy' What's the recommended way to update content? I assume there is more efficient way than deleting the entire database. |
I use init once and then update content in the Firebase console. It would be nice to have a better admin interface (#698) eventually though. |
Well OK, but in this case how do you handle differences in content at the development and production sites. |
That's currently not supported by hoverboard AFAIK. |
There is the https://github.com/gdg-x/hoverboard/blob/main/docs/tutorials/firebase-utils.md |
There is a node package that looks like it would make it fairly easy to export/import the entire DB. I started playing around with it a little in #1384 but haven't had time to get it working yet. |
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.
The test site is here: https://df-hu-dev.web.app/
Content won't show up for these pages:
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:
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
The text was updated successfully, but these errors were encountered: