Operating System
Ventura 13.2
Browser Version
Safari 16.3
Firebase SDK Version
9.12.1
Firebase SDK Product:
Firestore Functions
Describe your project's tooling
React web (Expo)
Describe the problem
In Safari when invoking a callable function created with httpsCallable method, the promise never get resolved. In Chrome it works perfectly fine.
Steps and code to reproduce issue
Follow the example from the docs: https://firebase.google.com/docs/functions/callable?gen=1st
Open Safari and check that it does not work