Markus

Results 40 comments of Markus

That would indeed help grasp things a lot faster. Maybe as part of the docs overhaul no?

To me the real value add when we stay with functions rather than classes is that testing becomes a lot easier. TDD is something that isn't to time consuming anymore,...

I'm in the same boat here folks... having done a sapper project with tailwind which I find terrific and now I want to add the backend portion which will be...

The issues around SSR builds and esm vs cjs seem to bite quite a few people now as this new issue elaborates too https://github.com/firebase/firebase-js-sdk/issues/1612

> I'm also interested in this, i am currently leaking apki keys to the client, which is not ideal by API keys do you mean the public config information that...

@pjarnfelt that seems to be a good approach for now, I think it makes the initial app instance and firestore work nicely. Two more things I'd like to ask you...

I fixed the `deleteDb` issue from above by importing from `firebase/app` rather than just `firebase`.

so there's more info on this funthing and it seems others hit this roadblock before https://stackoverflow.com/questions/56315901/how-to-import-firebase-only-on-client-in-sapper

> Now I'm just having trouble hosting it on firebase functions/hosting @pjarnfelt there you go https://dev.to/eckhardtd/how-to-host-a-sapper-js-ssr-app-on-firebase-hmb :)

@pjarnfelt Interessting, my site is much quicker to first inital paint, about 0.6 seconds or so... Either way, you must be doing something odd otherwise that can't be explained. Try...