Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Jul 30, 2024
1 parent 8ebba80 commit 548bb74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flow/util/updateRules.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

# Initialize Firebase Admin SDK with service account credentials
with open(args.keyFile) as file:
print(args.keyFile)
print(file.read())
cred = credentials.Certificate(json.load(file))

firebase_admin.initialize_app(cred)
Expand Down

0 comments on commit 548bb74

Please sign in to comment.