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
Similar to Realm Java we should add support for easily adding data to new Realm files through an initial write transaction. This should be triggered if this is the first time the Realm file is opened (i.e. no file exists on disk). Configuring an asset file at the same time should be an error.
Similar to Realm Java we should add support for easily adding data to new Realm files through an initial write transaction. This should be triggered if this is the first time the Realm file is opened (i.e. no file exists on disk). Configuring an asset file at the same time should be an error.
Suggested API:
The text was updated successfully, but these errors were encountered: