gdg-x / hoverboard

Conference website template
https://hoverboard-master.web.app
Other
1.1k stars 1.08k forks source link

Rendering issue? #2067

Open benju69 opened 2 years ago

benju69 commented 2 years ago

Describe the bug I just cloned the repo an try to configure a new project I followed the steps, I have a firebase project in blaze plan I managed to deploy it, but I only have a website with a blank page with just the title when running npm serve or on firebase hosting you can see here

Screenshot 2021-11-30 at 17 49 28

any ideas what I done wrong ?

To Reproduce Configure a new hoverboard

Expected behavior The full website, with all the images and texts

in the console: Uncaught FirebaseError: Installations: Missing App configuration value: "appId" (installations/missing-app-config-values). at Ox (index.esm2017.js:1076) at index.esm2017.js:1065 at xc.instanceFactory (index.esm2017.js:1102) at Sc.getOrInitializeService (index.esm2017.js:290) at Sc.getImmediate (index.esm2017.js:128) at xc.Mx [as instanceFactory] (index.esm2017.js:1115) at Sc.getOrInitializeService (index.esm2017.js:290) at Sc.getImmediate (index.esm2017.js:128) at xc.instanceFactory (index.esm2017.js:1482) at Sc.getOrInitializeService (index.esm2017.js:290)

abraham commented 2 years ago

Try running npx firebase use <app-name> before npm start.

benju69 commented 2 years ago

Ok I figured it out, in firebase settings, we need to add an application, I added a web application, and now I have the website in the emulator

benju69 commented 2 years ago

Also i still have errors with firestore:init in fact

Functions deploy had errors with the following functions: saveUserData(us-central1) Function URL (prerender(us-central1)): https://us-central1-android-makers-2022.cloudfunctions.net/prerender i functions: cleaning up build files...

Error: There was an error deploying functions

benju69 commented 2 years ago

I commented scheduleNotification and saveUserData function, now firestore:init is working but firestore:copy don't work