ReadonlyallowIf true, ownership of the store can be claimed even if the store is already owned.
ReadonlylastProvides the server timestamp (in milliseconds) of the last time the store was updated.
ReadonlyownerProvides the UserInfo of the current owner of the RealtimeStore. If the store is unowned, a UserInfo object with null fields will be returned.
ReadonlypersistenceThe persistence setting that the store was created with.
ReadonlysentProvides the server timestamp (in milliseconds) of when the store was created.
ReadonlystoreA string that can be used to identify the RealtimeStore.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Provides extra context about a RealtimeStore's creation.
See