python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Build fails on adding pod 'Firebase/AppCheck' to the Podfile
I'm using firebase_app_check package. All good. The following command works as expected.
flutter build ios
But as soon as I add the following in the Podfile(ios)
pod 'Firebase/AppCheck'
iOS build fa...

iDecode
Votes: 0
Answers: 1
Next Js Firebase Recaptcha V3 verification
I'm very confused about the Recaptcha V3 implementation and it is not clear to me if actually need to implement it on my website or if initializing Appcheck with my Recaptcha V3 credentials is enough:...
PleaseDontHurtMe
Votes: 0
Answers: 0
firebase_storage/unauthenticated User is unauthenticated. Authenticate and try again error even in the release build
I'm using firebase_storage and firebase_app_check. I get the error in the following code.
await FirebaseAuth.instance.signInWithEmailAndPassword(email: 'foo@bar.com', password: '********');
FirebaseSt...

iDecode
Votes: 0
Answers: 2
Native Android Firebase AppCheck App attestation failed
I am running the following code from android to get the AppCheck Token. However, I am getting an error with in.
FirebaseAppCheck.getInstance()
.getAppCheckToken(true)
....

letsCode
Votes: 0
Answers: 2