How to add documents to firestore with vuefire (Nuxt 3) #1339
-
Hi, I've been trying to figure out how to add a document into a collection with Vuefire, but can't seem to find the way to do this. Could someone point me into a right direction? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jul 27, 2023
Replies: 1 comment
-
You use the Firebase JS SDK for that with its methods like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You use the Firebase JS SDK for that with its methods like
addDoc()
andsetDoc()