How to generate document id? #106
Answered
by
tylim88
dongumayagay
asked this question in
Q&A
-
in firebase sdk its const db = firebase.firestore(); how about in firelord? |
Beta Was this translation helpful? Give feedback.
Answered by
tylim88
Oct 1, 2024
Replies: 1 comment
-
const doc = example.doc(example.collection()) const id = doc.id |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dongumayagay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const doc = example.doc(example.collection())
const id = doc.id