Learn how to add end to end authentication and authorization to your custom APIs for the Firebase Realtime DB.
We're using Firebase Authentication to get a token that we send with an API call, and then we use Firebase's administrative APIs to verify and decode this token.