Open
Description
Is there any way to access the initial request inside the database adapter?
I'm building a custom adapter, because it talks over some internal APIs, and I'm not sure how to pass authentication/authorization information to the adapter so that it can forward them to the internal APIs.
If not, is there a workaround?
Edit: more specifically, I'm looking for a way to access the initial request inside getSnapshot
and getOps
, before they are called when a client first connects and loads a document.