Linked Questions

Popular Questions

how assign a const to be used in all js file functions?

Asked by At

Im working with

vuex + firebase, so my vuex file has many let db = firebase.firestore()

so i would like to set 'const to all file' db = firebase.firestore()

how can i deal with this?

Related Questions