Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it request the whole session? #4

Open
StasPonomaryov opened this issue Feb 29, 2020 · 1 comment
Open

Does it request the whole session? #4

StasPonomaryov opened this issue Feb 29, 2020 · 1 comment

Comments

@StasPonomaryov
Copy link

It's not clear with getting data from firebase. For example, if I get
ctx.session.a
or
ctx.session.b
does it request a whole session or just keys a or b?

@KnorpelSenf
Copy link

AFAIK it is not even possible to read partial documents with Firebase, in other words, the complete document is always requested and provided as ctx.session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants