Open dwatrous opened 1 year ago
Hello @dwatrous , thank you for submitting an issue! A project committer will shortly review the issue.
Could you provide me the source of the endpoint?
After further review, I don't believe that firestore offers a REST endpoint or other mechanism to listen for changes in realtime. This is possible using the admin sdk, but that requires a service account instead of using the user's id token jwt, so it won't work for my use case.
Yeah some endpoints are allocated to be used with admin creds only. But if you figure out proper conditions and user roles, you can make the service account work for specific user tokens.
Is your proposal related to a problem?
Describe the solution you'd like.
Describe alternatives you've considered.
Additional context.
No response