t3 turbo firebase functions
firebase init functions.  But after i install and run the basic command     "serve": "pnpm run build && firebase emulators:start --only functions", 
I get about 63 errors that say something like this ../../node_modules/@types/react-native/globals.d.ts:337:15 - error TS2300: Duplicate identifier 'URLSearchParams'. which isn't being used.  ...Old Imac i want to turn into monitor but its not working
How to remove default/example stuff
fetch failed with app directory
@planetscale/database, but I was not using planetscale for my dev environment and so it did not work. This now also makes sense with the port 443, which was actually the tried connection to the database url (which was 127.0.0.1 at this moment) and so it did not find any database, because there was none. Now I've changed to drizzle-orm/mysql2 and I will use @planetscale/database in production...
Confused with t3-stack
Issue communicating with backend and frontend on same machine (localhost)
How can I use a TurboRepo to have multiple Apps? Do I use multiple Next.JS projects? Help with infra

Issues With Prisma Return types

Getting data from database with zact
zact library to get data from database? 
I only see a mutation funct...Intercepting route with route groups and catch all routes

Uploadthing for a large project
Clerk auth 'authMiddleware' vs 'withClerkMiddleware' and setting cookies
Contentlayer error when deploying onto Vercel
"build": "next build && contentlayer build"...
React Native Error: [TRPCClientError: JSON Parse error: Unexpected token: <]
acme corp repo using expo with android studio
I created a new public procedure for a mutation but, calling the mutation from expo apps/expo/src/index.tsx  doesn't work and  I get this error message in the onError callback...
Next-Auth Access to custom data in sessions database
I am confused about Prisma and CUID (deprecated v1 vs v2). Does anyone understand?
cuid() and Prisma documentation doesn't say anything about the version used. Is it v1 or v2? I've found a thread but it's not much helping (https://github.com/prisma/prisma/issues/17102).
So, is Prisma using v1 or v2? If v1, isn't anyone concerned about using a deprecated version for security reasons ?! (https://github.com/paralleldrive/cuid#status-deprecated-due-to-security-use-cuid2-instead) Also, why the T3 app is not using the middleware solution proposed in the thread in that case? This seems quite important....Authentication (next-auth) Persistence Issue with iOS Home Screen Web App
making sure nothing runs with SSR
ssr option disabled. so with that description is my app using SSR in any way? the reason I am asking is because I want to host on firebase hosting and you have to pay to use cloud functions so I can't do SSR at allssr option disabled. so with that description is my app using SSR in any way? the reason I am asking is because I want to host on firebase hosting and you have to pay to use cloud functions so I can't do SSR at allCustom protected routes?