Token for backend functions

I need a token for running Firebase Functions under a product that has control over all devices. What is the best practice for accomplishing this? So far, I have been generating a token under the administrator account that never expires, but this doesn't seem like the best approach from a security perspective.

API USERS to the rescue!

Docs:

Blog post:

2 Likes

Perfect. Thank you Sir!

1 Like