`httpsCallable` vs. `httpsCallableFromURL` callable Firebase Functions
httpsCallableFromURL is working correctly but httpsCallable is returning null. What's wrong? The emulator logs show that the Cloud Function executes correctly from both httpsCallableFromURL and httpsCallable. My browser console logs UPPERCASE (if I enter uppercase) with httpsCallableFromURL. But with httpsCallable…