Open
Description
after the last update ("@react-native-firebase/functions": "21.13.0") i get an error only when Android app calling a firebase function. The error in the server side:
Failed to validate AppCheck token. FirebaseAppCheckError: Decoding App Check token failed. Make sure you passed the entire string JWT which represents the Firebase App Check token.
at FirebaseAppCheckError.FirebaseError
Error is not expected as app check is disabled in my project.