Skip to content
New issue

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

Service Name = ? #571

Open
AndroidDoctorr opened this issue Sep 20, 2023 · 1 comment
Open

Service Name = ? #571

AndroidDoctorr opened this issue Sep 20, 2023 · 1 comment

Comments

@AndroidDoctorr
Copy link

In the .env.local file - what does the "service name" refer to? Does that refer to the app name, or something else? I don't see anything explicitly referred to as "service name" in the firebase console

Thank you!

@JSmurf
Copy link

JSmurf commented Nov 17, 2023

It is the app name. The Head.tsx file uses it for the page title:

const SERVICE_NAME = import.meta.env.VITE_SERVICE_NAME
{...}
    <title>{`${title} | ${SERVICE_NAME}`}</title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants