python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I debug/handle Firebase App Check Invalid Requests?
I've integrated (but not enforced) App Check within an iOS app of mine, and have a number of requests that are apparently invalid - that is, the requests have an invalid App Check token. I am using Ap...
vyadav
Votes: 0
Answers: 1
Unit testing callable firebase function with App Check enabled
I am trying to unit test my firebase callable cloud function according to the examples provided. See Firebase Example. It boils down to something like this
const { expect } = require("chai")...
Klo
Votes: 0
Answers: 1
Failing to get debug app check token for iOS
I'm closely following app check documentation in order to use debug token, however instead of seeing it logged out in the console I see following error (when running in debug simulator from xcode)
EDI...

Ilja
Votes: 0
Answers: 2
Can firebase admin sdk be used to verify app check tokens on custom backends?
App check is a great source to protect firebase backend services, but I was wondering if we could also utilise it on custom backends similar to how custom backends can verify firebase's auth tokens?
H...

Ilja
Votes: 0
Answers: 1