You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Not familiar with nameko. You should probably try running the google-cloud-firestore package directly within your framework to see if that's supported.
Calling firebase admin from nameko rpc results in blocked api calls to:
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 andsubprocess.run()
method.Looking forward to any comments or clarification.
The text was updated successfully, but these errors were encountered: