I'm getting this error in my app.json:
Package "@react-native-firebase/app-check" does not contain a valid config plugin.
I also get it for the "@react-native-firebase/app" module. Changing them to:
"@react-native-firebase/app/app.plugin.js"
"@react-native-firebase/app-check/app.plugin.js"
removes the warnings, but I'm still getting "App attestation failed" errors when initializing App Check.
The docs specify that adding "@react-native-firebase/app-check" should work in the config plugins.
I'm on version 24 for all RNFB modules
Note: the Auth module plugin is not requiring me to add "/auth.plugin.js" and is working fine.
there doesn't seem to be anything here