Web + Mobile + tRPC API
In theory, we should be able to make a NextJS + tRPC project and also use the endpoints from other places like a full mobile App made in React Native.
I could make the Firebase auth connections with Next Auth and adapters work. Also use the admin sdk on the tRPC backend. But how I am supposed to handle auth from a RN app to use protected endpoints? Is there any boilerplate, tutorial or example to do this ?
SEO is working so the endpoints can be called from outside the web project.
I don't aiming to use turbo repo for making the web/app/trpc integracion, just web/trpc and mobile separately
I could make the Firebase auth connections with Next Auth and adapters work. Also use the admin sdk on the tRPC backend. But how I am supposed to handle auth from a RN app to use protected endpoints? Is there any boilerplate, tutorial or example to do this ?
SEO is working so the endpoints can be called from outside the web project.
I don't aiming to use turbo repo for making the web/app/trpc integracion, just web/trpc and mobile separately
