Closed mrgnhnt96 closed 3 years ago
Project Card Link
Resolves Issue #46
The only way to create a document id is by calling collection.ref.doc().id. This can get kinda lengthy.
collection.ref.doc().id
Create a generateDocumentId method that will return unique DocumentId
generateDocumentId
DocumentId
Project Card Link
Resolves Issue #46
Reason for Change
The only way to create a document id is by calling
collection.ref.doc().id
. This can get kinda lengthy.Proposed Changes
Create a
generateDocumentId
method that will return uniqueDocumentId
Type of Change
Checklist