เรียกใช้ฟังก์ชันจากแอปของคุณ


SDK ของไคลเอ็นต์ Cloud Functions for Firebase ช่วยให้คุณเรียกใช้ฟังก์ชันจากแอป Firebase ได้โดยตรง หากต้องการเรียกใช้ฟังก์ชันจากแอปด้วยวิธีนี้ ให้เขียนและทำให้ฟังก์ชัน HTTP Callable ใช้งานได้ใน Cloud Functions แล้วเพิ่มตรรกะของไคลเอ็นต์เพื่อเรียกใช้ฟังก์ชันจากแอป

สิ่งสำคัญที่ควรทราบคือฟังก์ชันที่เรียกใช้ได้ของ HTTP นั้นคล้ายคลึงกัน แต่ไม่เหมือนกับฟังก์ชัน HTTP หากต้องการใช้ฟังก์ชัน HTTP ที่เรียกใช้ได้ คุณต้องใช้ SDK ของไคลเอ็นต์สำหรับแพลตฟอร์มร่วมกับ API แบ็กเอนด์ (หรือใช้โปรโตคอล) Callable แตกต่างจากฟังก์ชัน HTTP ต่อไปนี้

  • เมื่อใช้ Callable โทเค็นการตรวจสอบสิทธิ์ Firebase, โทเค็น FCM และโทเค็น App Check จะรวมอยู่ในคำขอโดยอัตโนมัติ
  • ทริกเกอร์จะดีซีเรียลไลซ์เนื้อหาคำขอโดยอัตโนมัติและตรวจสอบโทเค็นการตรวจสอบสิทธิ์

Firebase SDK สำหรับ Cloud Functions รุ่นที่ 2 ขึ้นไปจะทำงานร่วมกับเวอร์ชัน SDK ขั้นต่ำของไคลเอ็นต์ Firebase เหล่านี้เพื่อรองรับฟังก์ชันเรียกใช้ HTTPS ต่อไปนี้ได้

  • Firebase SDK สำหรับแพลตฟอร์ม Apple 10.26.0
  • Firebase SDK สำหรับ Android 21.0.0
  • Firebase Modular Web SDK เวอร์ชัน 9.7.0

หากต้องการเพิ่มฟังก์ชันการทำงานที่คล้ายกันกับแอปที่สร้างบนแพลตฟอร์มที่ไม่รองรับ โปรดดูข้อกำหนดของโปรโตคอลสำหรับ https.onCall ส่วนที่เหลือของคู่มือนี้จะให้คำแนะนำเกี่ยวกับวิธีเขียน ทำให้ใช้งานได้ และเรียกฟังก์ชัน HTTP ที่เรียกใช้ได้สำหรับแพลตฟอร์ม Apple, Android, เว็บ, C++ และ Unity

เขียนและทำให้ฟังก์ชันที่เรียกได้ใช้งานได้

ใช้ functions.https.onCall เพื่อสร้างฟังก์ชัน HTTPS ที่สามารถเรียกใช้ได้ เมธอดนี้ใช้พารามิเตอร์ 2 ตัว ได้แก่ data และ context ที่ไม่บังคับ ได้แก่

  // Saves a message to the Firebase Realtime Database but sanitizes the
  // text by removing swearwords.
  exports.addMessage = functions.https.onCall((data, context) => {
    // ...
  });
  

สำหรับฟังก์ชันที่เรียกใช้ได้ซึ่งบันทึกข้อความไปยัง Realtime Database เช่น data อาจมีข้อความดังกล่าว ขณะที่พารามิเตอร์ context แสดงถึงข้อมูลการตรวจสอบสิทธิ์ผู้ใช้

// Message text passed from the client.
const text = request.data.text;
// Authentication / user information is automatically added to the request.
const uid = request.auth.uid;
const name = request.auth.token.name || null;
const picture = request.auth.token.picture || null;
const email = request.auth.token.email || null;

ระยะห่างระหว่างตำแหน่งของฟังก์ชันที่เรียกใช้ได้และตำแหน่ง ของไคลเอ็นต์ที่เรียกใช้สามารถสร้างเวลาในการตอบสนองของเครือข่าย หากต้องการเพิ่มประสิทธิภาพ ให้ลองระบุตำแหน่งของฟังก์ชันในตำแหน่งที่เกี่ยวข้อง และอย่าลืมจัดตำแหน่งของฟังก์ชันที่เรียกใช้ได้ให้สอดคล้องกับตำแหน่งที่ตั้งค่าไว้เมื่อเริ่มต้น SDK ในฝั่งไคลเอ็นต์

นอกจากนี้ คุณยังแนบเอกสารรับรองของ App Check เพื่อช่วยปกป้องทรัพยากรแบ็กเอนด์จากการละเมิดได้ เช่น การฉ้อโกงผ่านการเรียกเก็บเงินหรือฟิชชิง โปรดดูเปิดใช้การบังคับใช้ App Check สำหรับ Cloud Functions

กำลังส่งผลลัพธ์กลับมา

หากต้องการส่งข้อมูลกลับไปยังไคลเอ็นต์ ให้แสดงผลข้อมูลที่เข้ารหัส JSON ได้ ตัวอย่างเช่น หากต้องการแสดงผลของการดำเนินการเพิ่ม ให้ทำดังนี้

// returning result.
return {
  firstNumber: firstNumber,
  secondNumber: secondNumber,
  operator: "+",
  operationResult: firstNumber + secondNumber,
};

หากต้องการแสดงผลข้อมูลหลังจากดำเนินการแบบไม่พร้อมกัน ให้ใส่คำสัญญา และระบบจะส่งข้อมูล กลับไปให้กับลูกค้าตามคำสัญญา ตัวอย่างเช่น คุณสามารถแสดงผลข้อความที่ปลอดภัยซึ่งฟังก์ชันที่เรียกใช้ได้เขียนลงใน Realtime Database

// Saving the new message to the Realtime Database.
const sanitizedMessage = sanitizer.sanitizeText(text); // Sanitize message.

return getDatabase().ref("/messages").push({
  text: sanitizedMessage,
  author: {uid, name, picture, email},
}).then(() => {
  logger.info("New Message written");
  // Returning the sanitized message to the client.
  return {text: sanitizedMessage};
})

จัดการข้อผิดพลาด

เพื่อให้แน่ใจว่าไคลเอ็นต์จะได้รับรายละเอียดข้อผิดพลาดที่เป็นประโยชน์ ให้แสดงผลข้อผิดพลาดจาก Callable ด้วยการส่ง (หรือส่งคืน Promise ที่ถูกปฏิเสธ) ด้วย) อินสแตนซ์ของ functions.https.HttpsError ข้อผิดพลาดนี้มีแอตทริบิวต์ code ซึ่งอาจเป็นค่าใดค่าหนึ่งที่แสดงไว้ที่ functions.https.HttpsError ข้อผิดพลาดดังกล่าวยังมีสตริง message ซึ่งเป็นค่าเริ่มต้นเป็นสตริงว่างเปล่า และยังมีช่อง details ที่ไม่บังคับซึ่งมีค่าที่กำหนดเองได้อีกด้วย หากมีข้อผิดพลาดอื่นนอกเหนือจาก HttpsError ออกจากฟังก์ชัน ไคลเอ็นต์จะได้รับข้อผิดพลาดพร้อมข้อความ INTERNAL และโค้ด internal แทน

เช่น ฟังก์ชันอาจแสดงข้อผิดพลาดในการตรวจสอบข้อมูลและการตรวจสอบสิทธิ์พร้อมข้อความแสดงข้อผิดพลาดเพื่อให้กลับไปที่ไคลเอ็นต์การเรียกใช้

// Checking attribute.
if (!(typeof text === "string") || text.length === 0) {
  // Throwing an HttpsError so that the client gets the error details.
  throw new HttpsError("invalid-argument", "The function must be called " +
          "with one arguments \"text\" containing the message text to add.");
}
// Checking that the user is authenticated.
if (!request.auth) {
  // Throwing an HttpsError so that the client gets the error details.
  throw new HttpsError("failed-precondition", "The function must be " +
          "called while authenticated.");
}

ทำให้ฟังก์ชันที่เรียกใช้ได้ใช้งานได้

หลังจากบันทึกฟังก์ชันที่เรียกใช้ได้เสร็จสมบูรณ์ภายใน index.js แล้ว ระบบจะทำให้ฟังก์ชันดังกล่าวใช้งานได้พร้อมกับฟังก์ชันอื่นๆ ทั้งหมดเมื่อเรียกใช้ firebase deploy หากต้องการติดตั้งใช้งานเฉพาะข้อมูลที่เรียกใช้ได้ ให้ใช้อาร์กิวเมนต์ --only ตามที่แสดงเพื่อดำเนินการติดตั้งใช้งานบางส่วน ดังนี้

firebase deploy --only functions:addMessage

หากพบข้อผิดพลาดเกี่ยวกับสิทธิ์เมื่อทำให้ฟังก์ชันใช้งานได้ โปรดตรวจสอบว่ามีการกำหนดบทบาท IAM ที่เหมาะสมให้กับผู้ใช้ที่เรียกใช้คำสั่งการทำให้ใช้งานได้

ตั้งค่าสภาพแวดล้อมการพัฒนาไคลเอ็นต์

โปรดตรวจสอบว่าคุณมีคุณสมบัติตรงตามข้อกำหนดเบื้องต้นแล้ว จากนั้นเพิ่มทรัพยากร Dependency และไลบรารีของไคลเอ็นต์ที่จำเป็นลงในแอป

iOS ขึ้นไป

ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในแอป Apple

ใช้ Swift Package Manager เพื่อติดตั้งและจัดการทรัพยากร Dependency ของ Firebase

  1. ใน Xcode ให้เปิดโปรเจ็กต์แอปแล้วไปที่ File > Add Packages
  2. เมื่อได้รับข้อความแจ้ง ให้เพิ่มที่เก็บ SDK สำหรับแพลตฟอร์ม Apple ของ Firebase โดยทำดังนี้
  3.   https://github.com/firebase/firebase-ios-sdk.git
  4. เลือกไลบรารี Cloud Functions
  5. เพิ่มแฟล็ก -ObjC ในส่วน แฟล็ก Linker อื่นๆ ของการตั้งค่าบิลด์ของเป้าหมาย
  6. เมื่อเสร็จแล้ว Xcode จะเริ่มแก้ไขและดาวน์โหลดทรัพยากร Dependency ในเบื้องหลังโดยอัตโนมัติ

Web Modular API

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ไปยังเว็บแอป โดยเรียกใช้คำสั่งต่อไปนี้จากเทอร์มินัล
    npm install firebase@10.12.1 --save
    
  2. จำเป็นต้องใช้ทั้ง Firebase Core และ Cloud Functions ด้วยตนเอง ดังนี้

     import { initializeApp } from 'firebase/app';
     import { getFunctions } from 'firebase/functions';
    
     const app = initializeApp({
         projectId: '### CLOUD FUNCTIONS PROJECT ID ###',
         apiKey: '### FIREBASE API KEY ###',
         authDomain: '### FIREBASE AUTH DOMAIN ###',
       });
     const functions = getFunctions(app);
    

API เว็บเนมสเปซ

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในเว็บแอป
  2. เพิ่มไลบรารีของไคลเอ็นต์ Firebase Core และ Cloud Functions ลงในแอป
    <script src="https://www.gstatic.com/firebasejs/8.10.1/firebase.js"></script>
    <script src="https://www.gstatic.com/firebasejs/8.10.1/firebase-functions.js"></script>
    

Cloud Functions SDK จะพร้อมใช้งานเป็นแพ็กเกจ npm ด้วยเช่นกัน

  1. เรียกใช้คำสั่งต่อไปนี้จากเทอร์มินัล:
    npm install firebase@8.10.1 --save
    
  2. จำเป็นต้องใช้ทั้ง Firebase Core และ Cloud Functions ด้วยตนเอง:
    const firebase = require("firebase");
    // Required for side-effects
    require("firebase/functions");
    

Kotlin+KTX

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในแอป Android

  2. ในไฟล์ Gradle ของโมดูล (ระดับแอป) (โดยปกติจะเป็น <project>/<app-module>/build.gradle.kts หรือ <project>/<app-module>/build.gradle) ให้เพิ่มทรัพยากร Dependency สำหรับไลบรารี Cloud Functions สำหรับ Android เราขอแนะนำให้ใช้ Firebase Android BoM เพื่อควบคุมเวอร์ชันไลบรารี

    dependencies {
        // Import the BoM for the Firebase platform
        implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
    
        // Add the dependency for the Cloud Functions library
        // When using the BoM, you don't specify versions in Firebase library dependencies
        implementation("com.google.firebase:firebase-functions")
    }
    

    การใช้ Firebase Android BoM จะทำให้แอปใช้ไลบรารี Firebase Android เวอร์ชันที่เข้ากันได้เสมอ

    (ทางเลือก) เพิ่มทรัพยากร Dependency ของไลบรารี Firebase โดยไม่ใช้ BoM

    หากเลือกไม่ใช้ Firebase BoM คุณต้องระบุเวอร์ชันไลบรารี Firebase แต่ละเวอร์ชันในบรรทัดทรัพยากร Dependency

    โปรดทราบว่าหากคุณใช้ไลบรารี Firebase หลายรายการในแอป เราขอแนะนำอย่างยิ่งให้ใช้ BoM เพื่อจัดการเวอร์ชันไลบรารี ซึ่งจะทำให้มั่นใจได้ว่าทุกเวอร์ชันจะใช้งานร่วมกันได้

    dependencies {
        // Add the dependency for the Cloud Functions library
        // When NOT using the BoM, you must specify versions in Firebase library dependencies
        implementation("com.google.firebase:firebase-functions:21.0.0")
    }
    
    หากกำลังมองหาโมดูลไลบรารีสำหรับ Kotlin โดยเฉพาะ ตั้งแต่เดือนตุลาคม 2023 (Firebase BoM 32.5.0) ทั้งนักพัฒนาซอฟต์แวร์ Kotlin และ Java จะขึ้นอยู่กับโมดูลไลบรารีหลักได้ (ดูรายละเอียดได้ที่คำถามที่พบบ่อยเกี่ยวกับโครงการริเริ่มนี้)

Java

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในแอป Android

  2. ในไฟล์ Gradle ของโมดูล (ระดับแอป) (โดยปกติจะเป็น <project>/<app-module>/build.gradle.kts หรือ <project>/<app-module>/build.gradle) ให้เพิ่มทรัพยากร Dependency สำหรับไลบรารี Cloud Functions สำหรับ Android เราขอแนะนำให้ใช้ Firebase Android BoM เพื่อควบคุมเวอร์ชันไลบรารี

    dependencies {
        // Import the BoM for the Firebase platform
        implementation(platform("com.google.firebase:firebase-bom:33.0.0"))
    
        // Add the dependency for the Cloud Functions library
        // When using the BoM, you don't specify versions in Firebase library dependencies
        implementation("com.google.firebase:firebase-functions")
    }
    

    การใช้ Firebase Android BoM จะทำให้แอปใช้ไลบรารี Firebase Android เวอร์ชันที่เข้ากันได้เสมอ

    (ทางเลือก) เพิ่มทรัพยากร Dependency ของไลบรารี Firebase โดยไม่ใช้ BoM

    หากเลือกไม่ใช้ Firebase BoM คุณต้องระบุเวอร์ชันไลบรารี Firebase แต่ละเวอร์ชันในบรรทัดทรัพยากร Dependency

    โปรดทราบว่าหากคุณใช้ไลบรารี Firebase หลายรายการในแอป เราขอแนะนำอย่างยิ่งให้ใช้ BoM เพื่อจัดการเวอร์ชันไลบรารี ซึ่งจะทำให้มั่นใจได้ว่าทุกเวอร์ชันจะใช้งานร่วมกันได้

    dependencies {
        // Add the dependency for the Cloud Functions library
        // When NOT using the BoM, you must specify versions in Firebase library dependencies
        implementation("com.google.firebase:firebase-functions:21.0.0")
    }
    
    หากกำลังมองหาโมดูลไลบรารีสำหรับ Kotlin โดยเฉพาะ ตั้งแต่เดือนตุลาคม 2023 (Firebase BoM 32.5.0) ทั้งนักพัฒนาซอฟต์แวร์ Kotlin และ Java จะขึ้นอยู่กับโมดูลไลบรารีหลักได้ (ดูรายละเอียดได้ที่คำถามที่พบบ่อยเกี่ยวกับโครงการริเริ่มนี้)

Dart

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในแอป Flutter

  2. จากรูทของโปรเจ็กต์ Flutter ให้เรียกใช้คำสั่งต่อไปนี้เพื่อติดตั้งปลั๊กอิน

    flutter pub add cloud_functions
    
  3. เมื่อดำเนินการเสร็จแล้ว ให้สร้างแอปพลิเคชัน Flutter อีกครั้งดังนี้

    flutter run
    
  4. เมื่อติดตั้งแล้ว คุณจะสามารถเข้าถึงปลั๊กอิน cloud_functions โดยนำเข้าในโค้ด Dart ของคุณ ดังนี้

    import 'package:cloud_functions/cloud_functions.dart';
    

C++

สำหรับ C++ กับ Android:

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในโปรเจ็กต์ C++
  2. เพิ่มคลัง firebase_functions ลงในไฟล์ CMakeLists.txt

สำหรับ C++ กับแพลตฟอร์ม Apple:

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในโปรเจ็กต์ C++
  2. เพิ่มพ็อด Cloud Functions ลงใน Podfile:
    pod 'Firebase/Functions'
  3. บันทึกไฟล์แล้วเรียกใช้ดังนี้
    pod install
  4. เพิ่มเฟรมเวิร์ก Firebase Core และ Cloud Functions จาก Firebase C++ SDK ลงในโปรเจ็กต์ Xcode
    • firebase.framework
    • firebase_functions.framework

Unity

  1. ทำตามวิธีการเพื่อเพิ่ม Firebase ลงในโปรเจ็กต์ Unity
  2. เพิ่ม FirebaseFunctions.unitypackage จาก Firebase Unity SDK ลงในโปรเจ็กต์ Unity

เริ่มต้น SDK ของไคลเอ็นต์

เริ่มต้นอินสแตนซ์ของ Cloud Functions ดังนี้

Swift

lazy var functions = Functions.functions()

Objective-C

@property(strong, nonatomic) FIRFunctions *functions;
// ...
self.functions = [FIRFunctions functions];

API เว็บเนมสเปซ

firebase.initializeApp({
  apiKey: '### FIREBASE API KEY ###',
  authDomain: '### FIREBASE AUTH DOMAIN ###',
  projectId: '### CLOUD FUNCTIONS PROJECT ID ###'
  databaseURL: 'https://### YOUR DATABASE NAME ###.firebaseio.com',
});

// Initialize Cloud Functions through Firebase
var functions = firebase.functions();

Web Modular API

const app = initializeApp({
  projectId: '### CLOUD FUNCTIONS PROJECT ID ###',
  apiKey: '### FIREBASE API KEY ###',
  authDomain: '### FIREBASE AUTH DOMAIN ###',
});
const functions = getFunctions(app);

Kotlin+KTX

private lateinit var functions: FirebaseFunctions
// ...
functions = Firebase.functions

Java

private FirebaseFunctions mFunctions;
// ...
mFunctions = FirebaseFunctions.getInstance();

Dart

final functions = FirebaseFunctions.instance;

C++

firebase::functions::Functions* functions;
// ...
functions = firebase::functions::Functions::GetInstance(app);

Unity

functions = Firebase.Functions.DefaultInstance;

เรียกใช้ฟังก์ชัน

Swift

functions.httpsCallable("addMessage").call(["text": inputField.text]) { result, error in
  if let error = error as NSError? {
    if error.domain == FunctionsErrorDomain {
      let code = FunctionsErrorCode(rawValue: error.code)
      let message = error.localizedDescription
      let details = error.userInfo[FunctionsErrorDetailsKey]
    }
    // ...
  }
  if let data = result?.data as? [String: Any], let text = data["text"] as? String {
    self.resultField.text = text
  }
}

Objective-C

[[_functions HTTPSCallableWithName:@"addMessage"] callWithObject:@{@"text": _inputField.text}
                                                      completion:^(FIRHTTPSCallableResult * _Nullable result, NSError * _Nullable error) {
  if (error) {
    if ([error.domain isEqual:@"com.firebase.functions"]) {
      FIRFunctionsErrorCode code = error.code;
      NSString *message = error.localizedDescription;
      NSObject *details = error.userInfo[@"details"];
    }
    // ...
  }
  self->_resultField.text = result.data[@"text"];
}];

API เว็บเนมสเปซ

var addMessage = firebase.functions().httpsCallable('addMessage');
addMessage({ text: messageText })
  .then((result) => {
    // Read result of the Cloud Function.
    var sanitizedMessage = result.data.text;
  });

Web Modular API

import { getFunctions, httpsCallable } from "firebase/functions";

const functions = getFunctions();
const addMessage = httpsCallable(functions, 'addMessage');
addMessage({ text: messageText })
  .then((result) => {
    // Read result of the Cloud Function.
    /** @type {any} */
    const data = result.data;
    const sanitizedMessage = data.text;
  });

Kotlin+KTX

private fun addMessage(text: String): Task<String> {
    // Create the arguments to the callable function.
    val data = hashMapOf(
        "text" to text,
        "push" to true,
    )

    return functions
        .getHttpsCallable("addMessage")
        .call(data)
        .continueWith { task ->
            // This continuation runs on either success or failure, but if the task
            // has failed then result will throw an Exception which will be
            // propagated down.
            val result = task.result?.data as String
            result
        }
}

Java

private Task<String> addMessage(String text) {
    // Create the arguments to the callable function.
    Map<String, Object> data = new HashMap<>();
    data.put("text", text);
    data.put("push", true);

    return mFunctions
            .getHttpsCallable("addMessage")
            .call(data)
            .continueWith(new Continuation<HttpsCallableResult, String>() {
                @Override
                public String then(@NonNull Task<HttpsCallableResult> task) throws Exception {
                    // This continuation runs on either success or failure, but if the task
                    // has failed then getResult() will throw an Exception which will be
                    // propagated down.
                    String result = (String) task.getResult().getData();
                    return result;
                }
            });
}

Dart

    final result = await FirebaseFunctions.instance.httpsCallable('addMessage').call(
      {
        "text": text,
        "push": true,
      },
    );
    _response = result.data as String;

C++

firebase::Future<firebase::functions::HttpsCallableResult> AddMessage(
    const std::string& text) {
  // Create the arguments to the callable function.
  firebase::Variant data = firebase::Variant::EmptyMap();
  data.map()["text"] = firebase::Variant(text);
  data.map()["push"] = true;

  // Call the function and add a callback for the result.
  firebase::functions::HttpsCallableReference doSomething =
      functions->GetHttpsCallable("addMessage");
  return doSomething.Call(data);
}

Unity

private Task<string> addMessage(string text) {
  // Create the arguments to the callable function.
  var data = new Dictionary<string, object>();
  data["text"] = text;
  data["push"] = true;

  // Call the function and extract the operation from the result.
  var function = functions.GetHttpsCallable("addMessage");
  return function.CallAsync(data).ContinueWith((task) => {
    return (string) task.Result.Data;
  });
}

จัดการกับข้อผิดพลาดในไคลเอ็นต์

ไคลเอ็นต์จะได้รับข้อผิดพลาดหากเซิร์ฟเวอร์เกิดข้อผิดพลาดหรือคำสัญญาผลลัพธ์ถูกปฏิเสธ

หากข้อผิดพลาดที่ฟังก์ชันแสดงผลเป็นประเภท function.https.HttpsError ไคลเอ็นต์จะได้รับข้อผิดพลาด code, message และ details จากข้อผิดพลาดเกี่ยวกับเซิร์ฟเวอร์ มิเช่นนั้น ข้อผิดพลาดจะมีข้อความ INTERNAL และโค้ด INTERNAL โปรดดูคำแนะนำเกี่ยวกับวิธีจัดการข้อผิดพลาดในฟังก์ชันที่เรียกใช้ได้

Swift

if let error = error as NSError? {
  if error.domain == FunctionsErrorDomain {
    let code = FunctionsErrorCode(rawValue: error.code)
    let message = error.localizedDescription
    let details = error.userInfo[FunctionsErrorDetailsKey]
  }
  // ...
}

Objective-C

if (error) {
  if ([error.domain isEqual:@"com.firebase.functions"]) {
    FIRFunctionsErrorCode code = error.code;
    NSString *message = error.localizedDescription;
    NSObject *details = error.userInfo[@"details"];
  }
  // ...
}

API เว็บเนมสเปซ

var addMessage = firebase.functions().httpsCallable('addMessage');
addMessage({ text: messageText })
  .then((result) => {
    // Read result of the Cloud Function.
    var sanitizedMessage = result.data.text;
  })
  .catch((error) => {
    // Getting the Error details.
    var code = error.code;
    var message = error.message;
    var details = error.details;
    // ...
  });

Web Modular API

import { getFunctions, httpsCallable } from "firebase/functions";

const functions = getFunctions();
const addMessage = httpsCallable(functions, 'addMessage');
addMessage({ text: messageText })
  .then((result) => {
    // Read result of the Cloud Function.
    /** @type {any} */
    const data = result.data;
    const sanitizedMessage = data.text;
  })
  .catch((error) => {
    // Getting the Error details.
    const code = error.code;
    const message = error.message;
    const details = error.details;
    // ...
  });

Kotlin+KTX

addMessage(inputMessage)
    .addOnCompleteListener { task ->
        if (!task.isSuccessful) {
            val e = task.exception
            if (e is FirebaseFunctionsException) {
                val code = e.code
                val details = e.details
            }
        }
    }

Java

addMessage(inputMessage)
        .addOnCompleteListener(new OnCompleteListener<String>() {
            @Override
            public void onComplete(@NonNull Task<String> task) {
                if (!task.isSuccessful()) {
                    Exception e = task.getException();
                    if (e instanceof FirebaseFunctionsException) {
                        FirebaseFunctionsException ffe = (FirebaseFunctionsException) e;
                        FirebaseFunctionsException.Code code = ffe.getCode();
                        Object details = ffe.getDetails();
                    }
                }
            }
        });

Dart

try {
  final result =
      await FirebaseFunctions.instance.httpsCallable('addMessage').call();
} on FirebaseFunctionsException catch (error) {
  print(error.code);
  print(error.details);
  print(error.message);
}

C++

void OnAddMessageCallback(
    const firebase::Future<firebase::functions::HttpsCallableResult>& future) {
  if (future.error() != firebase::functions::kErrorNone) {
    // Function error code, will be kErrorInternal if the failure was not
    // handled properly in the function call.
    auto code = static_cast<firebase::functions::Error>(future.error());

    // Display the error in the UI.
    DisplayError(code, future.error_message());
    return;
  }

  const firebase::functions::HttpsCallableResult* result = future.result();
  firebase::Variant data = result->data();
  // This will assert if the result returned from the function wasn't a string.
  std::string message = data.string_value();
  // Display the result in the UI.
  DisplayResult(message);
}

// ...

// ...
  auto future = AddMessage(message);
  future.OnCompletion(OnAddMessageCallback);
  // ...

Unity

 addMessage(text).ContinueWith((task) => {
  if (task.IsFaulted) {
    foreach (var inner in task.Exception.InnerExceptions) {
      if (inner is FunctionsException) {
        var e = (FunctionsException) inner;
        // Function error code, will be INTERNAL if the failure
        // was not handled properly in the function call.
        var code = e.ErrorCode;
        var message = e.ErrorMessage;
      }
    }
  } else {
    string result = task.Result;
  }
});

ก่อนเปิดตัวแอป คุณควรเปิดใช้ App Check เพื่อให้แน่ใจว่ามีเฉพาะแอปของคุณเท่านั้นที่เข้าถึงปลายทางของฟังก์ชันที่เรียกใช้ได้