Skip to content

Commit

Permalink
añadiendo python
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaWar741 committed Sep 13, 2018
1 parent 44daa06 commit cd3e37f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions delete_files.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import pyrebase
import subprocess

config={
"apiKey": "apiKey",
"authDomain": "authDomain",
"databaseURL": "databaseURL",
"storageBucket": "storageBucket"
}

def main():
firebase = pyrebase.initialize_app(config)
storage = firebase.storage()
storage.delete("ywuka2.jpeg")

main

0 comments on commit cd3e37f

Please sign in to comment.