Open
Description
As server-side swift backends evolve (e.g. Vapor), there is a real need to secure them from abuse.
The missing link is way to use AppCheck to "Verify App Check tokens from a custom backend".
While there is no SDK available for Firebase Admin using Swift, maybe the functionality can be extended first to Firebase REST API?
Any workaround ideas? Calling a Lambda function or a python script sounds very inefficient.