Firebase https functions can be called from the client-side as the function call is provided by the client SDKs.
But can they be called from the server-side? I can't find any documentation or questions/answers about that.
Specifically, I'm using Next.js, and I'd like to call the https function during server-side rendering and pass the results via props to the client-side.