-
```
com.google.firebase.functions.FirebaseFunctionsException: INTERNAL
at com.google.firebase.functions.FirebaseFunctions$2.onFailure(FirebaseFunctions.java:377)
at okhttp3.RealCall$AsyncCall.exe…
-
## 어떤 질문(제안)인가요?
![image](https://github.com/user-attachments/assets/6e81f340-1784-488d-bb2e-bd5532ad5772)
![image](https://github.com/user-attachments/assets/f8d18f92-193d-465f-8daf-c1ba6a8d27b3)…
-
### Description
1. We are using AppCheck, and would like to add Replay Protection to our calls to Firebase Functions as described here: https://firebase.google.com/docs/app-check/cloud-functions
…
-
According to the docs for Firebase Functions:
regarding the callable function, client callable setups should follow the same guidelines as HTTP functions. The client can also specify a region, and mu…
-
Frameworks in Pod File:
pod 'ZXingObjC', '3.6.5'
pod 'Firebase/Core', '7.6.0'
pod 'Firebase/Auth', '7.6.0'
pod 'Firebase/Messaging', '7.6.0'
pod 'Firebase/Performance', '7.6.0'
pod 'Fireba…
-
### Related issues
### [REQUIRED] Version info
**node:** 10.22.0
**firebase-functions:** 3.11.0
**firebase-tools:** 8.9.0
**firebase-admin:** 8.13.0
### [REQUIRED…
-
Hey there!
First kudos for the excellent work! I've been loving this library! I have one question regarding using side effects on setup. I'm trying to setup local environment with firebase using emu…
-
On iOS, since version 11 of the plugin, calls to httpsCallable functions crash (with no error reporting) if the function is called with an object as the payload. Calls with string or null as payload w…
-
## What feature would you like to see?
I would like to be able to set or change the `OkHttpClient` instance of `FirebaseFunctions`.
Currently this is not possible because the private field is …
-
### Post Delete
- FirestorePostService.swift
```swift
import FirebaseFunctions
```
```swift
lazy var funtions = Functions.functions()
```
```swift
// MARK: Cloud Funtion post related document…