Skip to content

Shorthand reference of LenObject #2

Description

@paradis-A

Instead of calling instance.Object and supplying keys everytime doing the following below would be shorter.
Example would be.

  //known ref with key
  await instance.Ref("test/somekey/nested/somekey").save({new:"content"});
  //singular
  await instance.Ref("test/object").save({new:"content"})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions