Sam
Sam
I'm having the same problem keys you enter in the app don't push to the actual 916 to unlock the door.
@ulisseshen I don't believe `wrap` is supported for `onRequest` methods for firebase functions. So all `helloWorld` is in your test is a function you can trigger. Using TS you can...
Here is a way that you may be able to work around this issue: ```svelte import { superForm } from 'sveltekit-superforms'; const superform = superForm({ foo: `I'm getting logged eventhough...
I'll propose my repo -- https://github.com/s-petey/deno-sveltekit And the link to the PR for the docs repo: https://github.com/denoland/docs/pull/1286
There are now two examples: https://docs.deno.com/examples/svelte_tutorial/ https://github.com/denoland/docs/pull/1286 -> https://docs.deno.com/examples/sveltekit_tutorial/