enforceAppCheck property

bool? get enforceAppCheck

Determines whether Firebase AppCheck is enforced. When true, requests with invalid tokens autorespond with a 401 (Unauthorized) error. When false, requests with invalid tokens set event.app to undefiend.

Implementation

external bool? get enforceAppCheck;