Closed Vitexus closed 3 years ago
Hey @Vitexus! this.db is the variable that interfaces with firebase. Since I removed firebase from the constructor because I wanted users to be able to run without generating their own credentials, this.db no longer exists. I've commented out references to it in home.ts in the latest push which should solve your problem, but if you want to integrate firebase and online functionality, you'll need to comment them in! Let me know if you have any other issues. Thanks!
Please add some option/switch for "offline" use. (or add this information into main README build section)
Until today was my life without such big thing as Firebase almost happy :)
Thank you for your game and time
This makes a lot of sense but off the top of my head, I'm not sure how it would be possible - since by importing the firebase dependency into the constructor with improper credentials crashes the game and I would have to modify the dependency manually to avoid this. To my knowledge there's no way to variably import something in a constructor? But I'll look into it. I'll add instructions in the ReadMe. Thanks!
Hi,
the current 666773dd0a78fd34b8a349259897611d419bfc51
fail for me after clone and ci:
Run:
Cold you please tell me what is wrong ?
Thank you