Tanstack Start + Firebase Auth #5581
Unanswered
jsantanders
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
https://tanstack.com/start/latest/docs/framework/react/examples/start-basic-auth?path=examples%2Freact%2Fstart-basic-auth%2Fsrc%2Froutes%2F__root.tsx |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m working on implementing authentication with Firebase Auth in a TanStack Start project. The main challenge I’m facing is that most of Firebase’s documentation for handling SSR authentication is tailored to Next.js, which doesn’t translate directly. https://firebase.google.com/docs/web/ssr-apps
I’ve looked at the example here: TanStack Router Firebase Auth Example, but it doesn’t fully meet my needs. Specifically, I need to handle the auth token on the server functions as well.
Has anyone tackled a similar setup or can point me in the right direction? Any guidance or examples would be much appreciated!
Some of my code:
Beta Was this translation helpful? Give feedback.
All reactions