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
Built really quickly, but should we keep them? Apollo has a bunch of internal statement management.
The only real use of importance is the PersonStore. As the graph API only stores uid we have to look up the public profile corresponding to that uid. It then acts as a session cache so that we don't keep hitting FB (to save costs).
Is this ok? What should we be doing?
The text was updated successfully, but these errors were encountered:
Built really quickly, but should we keep them? Apollo has a bunch of internal statement management.
The only real use of importance is the
PersonStore
. As the graph API only storesuid
we have to look up the public profile corresponding to thatuid
. It then acts as a session cache so that we don't keep hitting FB (to save costs).Is this ok? What should we be doing?
The text was updated successfully, but these errors were encountered: