Closed
Description
Calling firebase admin from nameko rpc results in blocked api calls to:
Making request: POST https://oauth2.googleapis.com/token
Starting new HTTPS connection (1): oauth2.googleapis.com:443 # After that nothing happens
I've even created as SO post about that - you can see more details here: https://stackoverflow.com/questions/65959369/firestore-https-calls-blocked-inside-the-nameko-rpc-function
Difficult to say if that's an issue or async calls are still not supported as discussed here: #104
As REST is no longer supported - Database secrets are currently deprecated
- the only workaround is to call it via separated python script and subprocess.run()
method.
Looking forward to any comments or clarification.