You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Callable functions currently involves a CORS preflight request for any function call. According to Firebase hosting docs, it is possible to configure the functions to be served from the same domain as the app, thus avoiding the extra round-trip for the preflight request: