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?
Here is example use case scenario (was only able to find partial docs on this, so am not sure if it is possible)
- App Check is set up in firebase console / sdk's
- Can we get app check token on client in order to send it as a custom header?
- On the receiving server can we use admin sdk to verify such token from the header?