docs icon indicating copy to clipboard operation
docs copied to clipboard

feat(data): add DataStore 'Advanced Workflows' section; add Custom Primary Key docs

Open david-mcafee opened this issue 3 years ago • 1 comments

NOTE: to view changes locally:

  • gh pr checkout 4452
  • yarn && yarn dev
  • Navigate to Libraries > DataStore > Advanced Workflows

Description of changes: feat(data): add DataStore 'Advanced Workflows' section; add Custom Primary Key docs

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

david-mcafee avatar Jul 09 '22 18:07 david-mcafee

Not directly changed in this PR, but I noticed a small typo.

Under the section Observe Model Mutations in Realtime, in the kotlin->callbacks section, on line 3, postChanged -> is missing.

mikepschneider avatar Jul 22 '22 17:07 mikepschneider