package
0.0.0-20210423222218-1af73ced443c
Repository: https://github.com/lon9/saysoundcloud.git
Documentation: pkg.go.dev

# README

mksounddbfromfirebase

mksounddbfromfirebase insert information of sounds to database based on firebase storage.

Usage of mksounddbfromfirebase:
  -b string
        URL of the storage bucket
  -c string
        Path for file of firebase credential (default "../../backend/config/firebase/firebase.json")
  -p string
        Database provider. sqlite3 or postgres or mysql (default "sqlite3")
  -u string
        Database url (default "../../backend/database/dev.db")