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
I'm using fetchSnapshot to get versions of my document, while in response i've got everything correctly however date of when version is created is always returning null, do we even have that in response? I suppose that when creating new version, date is assigned?
Does someone have an idea what may be problem here?
The text was updated successfully, but these errors were encountered:
Metadata isn't returned by default, and I think we currently only support requesting it on getOps and fetch in the options object (search the README for metadata: true).
I think I must have missed this method when I was putting together this: #215
I don't really have time to implement this, but a PR would be more than welcome!
Uh oh!
There was an error while loading. Please reload this page.
Hey folks,
I'm using fetchSnapshot to get versions of my document, while in response i've got everything correctly however date of when version is created is always returning null, do we even have that in response? I suppose that when creating new version, date is assigned?
Does someone have an idea what may be problem here?
The text was updated successfully, but these errors were encountered: