Hakan Alpay
Hakan Alpay
I tried a few other things ```svelte const post = docStore(firestore, `words/${entry}`); console.log(post); console.log($post); let docSnap; onMount(async () => { docSnap = await getDoc(doc(firestore, `words/${entry}`)); }); .... {#if docSnap &&...
```svelte /** * @type {string} */ export let entry; import { doc, getDoc, setDoc } from 'firebase/firestore'; import { SignedIn, SignedOut, Doc, docStore } from 'sveltefire'; import { firestore }...
This still occurs to me when navigating forward and backward in the browser; is there a fix?
+1 I would like this because there are issues with getting the current dependency stack to work on modern browsers
Haha alright I'll make one I sorta figured there were better options than bahunya for light theme
Still having issues figuring out how to use this with sveltekit; I'm getting Auth is not initialized on not in browser I tried to modify the standard sveltefire-template example on...
hi I looked through zhiwu's code and the use of a traditional to simplified normalizer is very smart; I was just wondering if there's a timeline for when this work...
You could have /prev and /next commands to navigate up and down the stack of changes maybe when you run /prev, it makes the last edit's output greyed out so...
I just removed rebase update refs from my gitconfig and now i think it might be working, but i'll update if i see any other weird behavior https://pastebin.com/6537aLsV I wonder...