Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Callable functions result in {"verifications":{"app":"MISSING","auth":"MISSING"}

When I try to call a function via the flutter SDK, it results in the following error the firebase end.

 {"verifications":{"app":"MISSING","auth":"MISSING"},"logging.googleapis.com/labels":{"firebase-log-type":"callable-request-verification"},"severity":"INFO","message":"Callable request verification passed"}

I am testing on the Firebase Emulator. I do not have the AppCheck plugin installed.The cloud_functions plugin version is 3.2.1

The code for the call is:

final callable = FirebaseFunctions.instance.httpsCallable('create_source');

final resp = await callable.call(accountData);

I am following the setup docs. What am I doing

like image 842
Mudassir Avatar asked Oct 26 '25 23:10

Mudassir


1 Answers

According to a GitHub-issue-report this message is displayed when testing with the emulator. The regular security checks are bypassed and the message is logged to inform the user about this fact ("severity":"INFO").

See here for original GitHub answer.

like image 181
Horst Avatar answered Oct 30 '25 08:10

Horst



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!