hoverboard
hoverboard copied to clipboard
Rendering issue?
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

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)
Try running npx firebase use <app-name> before npm start.
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
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
I commented scheduleNotification and saveUserData function, now firestore:init is working but firestore:copy don't work