Functions interface

Functions इंस्टेंस.

हस्ताक्षर:

export interface Functions 

प्रॉपर्टी

प्रॉपर्टी टाइप ब्यौरा
ऐप्लिकेशन FirebaseApp यह Functions इंस्टेंस FirebaseApp से जुड़ा हुआ है.
कस्टमडोमेन स्ट्रिंग | शून्य कॉल करने लायक Cloud Functions होस्ट करने वाला कस्टम डोमेन. उदाहरण: https://mydomain.com
क्षेत्र स्ट्रिंग वह इलाका जहां कॉल किए जा सकने वाले Cloud Functions मौजूद हैं. डिफ़ॉल्ट वैल्यू us-central-1 है.

Functions.ऐप्लिकेशन

यह Functions इंस्टेंस FirebaseApp से जुड़ा हुआ है.

हस्ताक्षर:

app: FirebaseApp;

फ़ंक्शन.कस्टमडोमेन

कॉल करने लायक Cloud Functions होस्ट करने वाला कस्टम डोमेन. उदाहरण: https://mydomain.com

हस्ताक्षर:

customDomain: string | null;

फ़ंक्शन.region

वह इलाका जहां कॉल किए जा सकने वाले Cloud Functions मौजूद हैं. डिफ़ॉल्ट रूप से, यह us-central-1 पर सेट होता है.

हस्ताक्षर:

region: string;