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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: