Firestore Rule Failing While Using Get() On Newly Created Documents
Using get() in Firestore rules on a newly created document causes the return value to be false. If you wait a few seconds and hit a security rule that calls get() on that same new
Solution 1:
EDIT: This bug has been resolved.
This is unfortunately a known issue at the moment. We're working on a fix and will update here once it's resolved. Thanks and sorry!
Post a Comment for "Firestore Rule Failing While Using Get() On Newly Created Documents"