Next.js Discord

Discord Forum

Fetching Serverside Data requiring client's firebase token

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
how should I fetch data serverside if it requires a client's firebase token? Should I use 'use client' and just skip server side rendering, or is there another method for going about this?

2 Replies

Morelet’s Crocodile
Are you attempting to get data from a firestore database? Or what is the requirement you are trying to accomplish?
Brown bearOP
I am trying to fetch data from my flask endpoint. It requires token to authenticate user and identify what data to return