Calls a simple HTTP function using fetch(). No Firebase SDK needed.
Calls a callable function using the Firebase JS SDK's httpsCallable().
Demonstrates error handling in callable functions.
Calls a typed callable function that expects specific input/output types.
Demonstrates extracting authentication data from callable requests. Sign in first, then call the function.
Demonstrates calling a callable function with raw fetch() using the callable protocol.
Uploads a file to Cloud Storage via the Firebase SDK. The emulator automatically triggers onObjectFinalized on the Dart function. Check the emulator logs to see the trigger fire.