IsoPhoenix
IsoPhoenix
Explore posts from servers
RRefine
Created by fair-rose on 1/23/2024 in #ask-any-question
External API/backend integrations with Refine
@aliemir this makes sense, thank you so much!
6 replies
TTCTheo's Typesafe Cult
Created by jpgatica on 8/22/2023 in #questions
Migrating from Firebase to Supabase
There are also Firestore frameworks like FireSchema and Typesaurus that will help give you some typesafety with your Firestore queries, although that may not help with your relational problem. I haven't used these myself so idk how good they are
25 replies
TTCTheo's Typesafe Cult
Created by jpgatica on 8/22/2023 in #questions
Migrating from Firebase to Supabase
I wouldn't say I'm super experienced in webdev, but I did write a fair amount of Firebase for a large project then switched to Supabase afterwards. Reflecting on my experience I think using the non-relational model of Firebase forced me to write a lot of code for more complex queries that could have been much more easily accomplished with Supabase/SQL. Perhaps I'd consider migrating earlier to keep from having to rewrite more code in the future, but also if the deployment timeline of your MVP is urgent then you might as well finish with Firebase and then do the migration later; although once you have real data on your Firestore DB it would be quite a pain moving it off
25 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
How is realtime DB syncing accomplished without Firestore/Supabase?
@alandsleman thank you so much! Is there an easy way to accomplish, like, "near-realtime" functionality with the T3 stack, such as by intermittent polling of queries (or something of that nature)?
20 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
How is realtime DB syncing accomplished without Firestore/Supabase?
^^ planetscale is just a specific example, but I'm basically wondering about any DB option that doesn't explicitly provide a realtime client like Firestore or Supabase.
20 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
System dark mode not detected when using darkMode: "media" in tailwind.config.ts
Gotcha thanks!
6 replies
TTCTheo's Typesafe Cult
Created by IsoPhoenix on 5/31/2023 in #questions
System dark mode not detected when using darkMode: "media" in tailwind.config.ts
@not a robot sounds good thank you so much! Where should I add dark (what file)?
6 replies