hoverboard icon indicating copy to clipboard operation
hoverboard copied to clipboard

Rendering issue?

Open benju69 opened this issue 3 years ago • 4 comments

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)

benju69 avatar Nov 30 '21 14:11 benju69

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

abraham avatar Nov 30 '21 21:11 abraham

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 avatar Dec 01 '21 10:12 benju69

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 avatar Dec 01 '21 11:12 benju69

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

benju69 avatar Dec 01 '21 14:12 benju69