We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using SSR on SvelteKit is a best practice for SEO/localization.
A first sub-issue is #336.
The next step is to customize the layouts & pages on the server based on server data, for example the locale of the browser. For this, see https://firebase.google.com/docs/auth/web/service-worker-sessions, which enables among others:
Ability to pass an ID token on every HTTP request from the server without any additional work.
That would allow us to pre-fetch and personalize the experience of the user server-side with the Admin SDK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using SSR on SvelteKit is a best practice for SEO/localization.
A first sub-issue is #336.
The next step is to customize the layouts & pages on the server based on server data, for example the locale of the browser. For this, see https://firebase.google.com/docs/auth/web/service-worker-sessions, which enables among others:
That would allow us to pre-fetch and personalize the experience of the user server-side with the Admin SDK.
The text was updated successfully, but these errors were encountered: