ইন্টারফেস: সম্পদ

বৈশিষ্ট্য

__নাম__

নন-নাল নিয়ম। পথ

একটি পথ হিসাবে সম্পূর্ণ নথির নাম।

উদাহরণ

// Check 'name' field from the document
resource['__name__'] == /databases/(default)/documents/collection/document

তথ্য

নন-নাল নিয়ম। মানচিত্র

নথির তথ্যের মানচিত্র।

উদাহরণ

// Check 'name' field from the document
resource.data.name == 'John Doe'

আইডি

নন-নাল নিয়ম। স্ট্রিং

নথির কী স্ট্রিং

উদাহরণ

resource['__name__'] ==
  /databases/(default)/documents/collection/$(resource.id)