I want to use the Firebase Admin SDK to validate JWT tokens. I am using undertow.io as my HTTP library. Undertow creates multiple thread to handle connections.
Do I need to make the FirebaseApp
or FirebaseAuth
object thread locale, or can I just execute the method getInstance
and let the SDK take care of it?