Skip to main content

Questions tagged [firebase-app-check]

App Check works alongside other Firebase services to help protect your backend resources from abuse by allowing only your apps to access them.

firebase-app-check
0 votes
0 answers
19 views

Unable to get firebase OTP in Android Device, Log says app verification failed

Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Error returned from API. code: 403 body: App attestation failed. => My app is not ...
Vishal Thakur's user avatar
0 votes
0 answers
15 views

How does Firebase App Check manage the key pair, attestation and tokens?

According to Establishing your app’s integrity from Apple, the app needs to generate a key pair and Store the keyId in persistent storage. My questions: (1) When does the app client create the key ...
user14341201's user avatar
0 votes
1 answer
56 views

How do I implement App Check with Flutter for Android release?

I've been trying for a few days to implement App Check using Play Integrity (since SafetyNet, which is all I could get to work before is deprecated) but no matter what I do, I can only get it to work ...
Yergovian's user avatar
0 votes
0 answers
43 views

Cannot debug Unity project with Firebase Analytics in VSC

I am having a problem when trying to use the debugger in visual studio code for my Unity project. I use Firebase Analytics in my project, and I am able to compile and run my app in the Unity Editor, ...
Fausto Bernardini's user avatar
1 vote
0 answers
698 views

Implementing Firebase App Check Debug Token in an Angular error:FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 403

Subject: Implementing Firebase App Check Debug Token in an Angular Application Hello everyone, I recently encountered a scenario where I needed to integrate Firebase App Check into my Angular ...
delio ribas's user avatar
0 votes
0 answers
140 views

@firebase/app-check: FirebaseError: AppCheck: ReCAPTCHA error

I implemented the App Check reCAPTCHA Enterprise process in my javascript web application. I followed everything mentioned in the document. Enabled the AppCheck in the Firebase console, registered the ...
Lakshmi's user avatar
  • 306
0 votes
0 answers
33 views

AppCheck problems with flutter

I have added SHA-256 to AppCheck of the Google Play Console, and also when generating the .json of google service. In debug mode it works if I add the token it generates to the AppCheck token manager, ...
Ara Ballesteros Delgado's user avatar
0 votes
0 answers
110 views

Flutter web app not working with AppCheck (enterprise reCaptcha)

I followed the steps described here: https://firebase.google.com/docs/app-check/flutter/default-providers And I set up my token here: https://console.cloud.google.com/security/recaptcha although it ...
Eight Rice's user avatar
2 votes
2 answers
93 views

I can't register my app in Firebase App Check on iOS

I am not able to access Firebase App Check. I am developing an application on SwiftUI and decided to connect App Attest . In FireBase console I registered my app and its status says “Registered” . I ...
AlenTi's user avatar
  • 23
0 votes
0 answers
92 views

DeviceCheckProvider is not available on this platform

I'm trying to implement Firebase AppCheck on iOS. I'm getting this error: 10.25.0 - [FirebaseFirestore][I-FST000001] AppCheck failed: 'The operation couldn’t be completed. The attestation provider ...
KSHMR's user avatar
  • 793
1 vote
1 answer
203 views

How to use Nuxt VueFire Session Cookie with App Check and browser key restrictions?

I am trying to implement Nuxt VueFire with Session Cookie as per the docs. This is my runtimeConfig andvuefire config objects in nuxt.config.ts: runtimeConfig: { public: { // Nuxt auto ...
TinyTiger's user avatar
  • 2,140
0 votes
0 answers
84 views

How to get rid of the error " No AppCheckProvider installed" in VS code

I am making an application and I have created the registration and login part. The registration part was working and sending the data to firebase, but after I created the login part it stopped working ...
lavinia's user avatar
0 votes
1 answer
34 views

FIREBASE_AUTHCHECK_DEBUG ReferenceError: self is not defined

Im Running into an Error implementing Firebase Appcheck Next.js Typescript firebase.ts const fbapp = initializeApp(firebaseConfig); if (process.env.NODE_ENV === "development") { // @ts-...
DJL - Jack's user avatar
0 votes
0 answers
27 views

Firebase App Check Blocking Legitimate Traffic

on my client side I have set up App Check like so: const app = initializeApp(firebaseConfig) let db = getFirestore(app) let auth = getAuth(app) let storage = getStorage(app) let functions = ...
Rob Terrell's user avatar
  • 2,493
8 votes
0 answers
423 views

App attestation failed with Firebase App check in release on Android

Integrating Firebase into my Android app and have configured it with the SHA-256 certificate fingerprint from my Google key. However, the setup isn't working, and all requests to Firebase are blocked. ...
Bob's user avatar
  • 529

15 30 50 per page
1
2 3 4 5
26