Mattijs
Mattijs
@praburamWAPKA It's because of the IP. Only the IP that extracts the VEVO video can view it. Try again on your own IP.. I've tested and it's all working perfectly...
I achieved this by doing the following: ```javascript import useWindowFocus from "use-window-focus" import useLocalStorage from "use-local-storage-state" ``` ```javascript const windowFocused = useWindowFocus() const [cartStorage] = useLocalStorage("react-use-cart", null) useEffect(() => {...
@notrab Yeah sure, I think that would be a great idea. I updated my snippet to work a bit nicer with Next.js EDIT: Ideally it would keep everything in sync....
@j2is I managed to do this with https://github.com/reactjs/react-transition-group instead
+1 I need to connect Firebase Admin (Auth and Firestore) to my Cloudflare Functions, which serve as my API. I was very surprised to learn that Firebase Admin isn’t compatible...