Edwin
Edwin
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
that works. thank you for the help!
10 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
and deleting the file also clears up the type errors in the console
10 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
No description
10 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
for reference, here's what my auth.config.js looks like
10 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
No description
10 replies
CCConvex Community
Created by Michal Srb on 8/16/2023 in #support-community
auth.config in TypeScript
thanks for the response. my convex version is 1.0.3 and here's a snip of what i get when i run npx convex dev with auth.config.js set up:
10 replies
CCConvex Community
Created by Edwin on 2/19/2023 in #general
React Native
Hi! Just wanted to drop an update about this. So, we came across another error while trying to run our Expo app on Android. It ran fine on iOS, but on Android it had an issue with BigInt. I think Convex has a dependency (crypto?) that uses BigInt, which isn't supported by React Native? So I had to install the big-integer package and make the dependency use that instead of BigInt. To do that, I had to use rn-nodeify which basically installs 'shims' for core node modules (https://github.com/tradle/rn-nodeify), then globally substitute BigInt with big-integer in the shim.js file (https://github.com/facebook/react-native/issues/28492#issuecomment-824698934). After that, everything seems to be working perfectly!
4 replies
CCConvex Community
Created by Edwin on 2/19/2023 in #general
React Native
Hi! Yeah, at the moment he got it working by importing react-native-get-random-values in App.tsx instead of index.js. If anything new comes up, I'll let you know!
4 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
Yeah, I don't remember reading about queries being global. I mean, I am aware that Convex aims to be a global state manager, but I wasn't quite sure how. Anyway, yeah! Definitely add some documentation about the cache priming, it's a great feature that I don't think I've seen in other technologies (not that I've tried many)
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
Thanks a lot again guys, really appreciate it. I learned a lot today, both of convex and of react 😄. Also, is this concept in the docs anywhere? I don't remember reading anything about it. Perhaps I just missed it
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
Yeah, it works pretty smoothly right now in the UserContext
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
Seriously, I'm pretty amazed right now. That just solved a lot of problems I had in mind
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
This whole thing
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
It works! And wow, that's genius
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
oh, unless i do some validation in the convex function?
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
If i move up the useQuery, user will be null which will give me a convex error
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
No description
104 replies
CCConvex Community
Created by Edwin on 12/27/2022 in #general
Hi I m working on a Next js app with
I need the user id for the query and I can't conditionally call the useQuery hook as per React's rules
104 replies