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
The Timestamp's constructor is internal, if I need to construct one using a cloud function's return data then I'll need to either use the conversion functions; defeating the purpose, or call the constructor via reflection; not ideal.