Goals

      Inserting collection of realm models into Realm

      Expected Results

      insertOrUpdate like Realm Java 1.1.0+ (https://realm.io/blog/realm-java-1-1-0/)

      Actual Results

      Can only insert new objects one at a time.

      Steps to Reproduce

      See above

      Code Sample

      realm.write(() => {
                              realm.create('ObjectName', {
                                  foo: foo, baz: baz
                              })
                          })
      

      Version of Realm and Tooling

      • Realm JS SDK Version: 2.15.3
      • Node or React Native: Node
      • Client OS & Version: macOS 10.13.6

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            AD SDK Team 2
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: