t3 turbo firebase functions
So I converted my t3 app to t3 turbo using this https://github.com/t3-oss/create-t3-turbo as my base. Everything is working great.
Now I'm trying to add firsbase functions. via the fire base cli
I get about 63 errors that say something like this
Anyone have experience adding firebase functions to t3 turbo app?
Now I'm trying to add firsbase functions. via the fire base cli
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. Anyone have experience adding firebase functions to t3 turbo app?
Solution
GitHub
Turborepo + Firebase. Contribute to Hacksore/turborepo-firebase-example development by creating an account on GitHub.