Skip to content

Commit

Permalink
changed file path in database code, omg workflow finally proceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
APandamonium1 committed Jun 18, 2024
1 parent d242c63 commit 11cdf40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ func database() {

// fetch service account key
// opt := option.WithCredentialsFile("edusync-test-firebase-adminsdk-hk5kl-9af0162b09.json")
opt := option.WithCredentialsFile("edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json")
// opt := option.WithCredentialsFile("edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json")
opt := option.WithCredentialsFile("$HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json")

app, err := firebase.NewApp(ctx, conf, opt)
if err != nil {
Expand Down

0 comments on commit 11cdf40

Please sign in to comment.