নিয়ম ফায়ারস্টোর সম্পদ
ইন্টারফেস স্ট্যাটিক
ফায়ারস্টোরের নথি পড়া বা লেখা হচ্ছে।
বৈশিষ্ট্য
__নাম__
নন-নাল নিয়ম। পথ
একটি পথ হিসাবে সম্পূর্ণ নথির নাম।
উদাহরণ
// 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)