fix deployment
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m22s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
Tim
2024-07-29 22:22:11 +02:00
parent 8c999b75e3
commit 8389d12cba
3 changed files with 5 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ func VerifyToken(token string) (*auth.Token, error) {
}
func setup() {
opt := option.WithCredentialsFile("./secrets/me-fit-a9365-firebase-adminsdk-8065w-7cf8443902.json")
opt := option.WithCredentialsFile("./secrets/firebase.json")
firebaseApp, err := firebase.NewApp(context.Background(), nil, opt)