destocotOriginal post
Web Developer
I was wondering how required attributes plays a role here.
I just created a document and forgot to attach a userId. However, it still made the document without any errors.
When I query the document the userId shows as null
Using Web / Cloud with React
Summary
User encountered a bug where a document was created without a required attribute, userId, and did not receive an error. User questioned how required attributes work. User tested the fix and confirmed it resolved the bug.