Skip to main content

All Questions

Tagged with
1 vote
1 answer
101 views

Add item to nested array in RXDB

I am using RXDB for the first time and i am a bit of trouble understanding how to add data to a document. I have a "boards" collection, which i can get with db.boards; Boards have "...
Boguz's user avatar
  • 1,743
0 votes
0 answers
50 views

Failed to add collection:', [Error: ensureNotFalsy() is falsy] - React native

I'm working on react native project where method is written in react and I want to save the collection. I'm using SQLite rxdb plugin to save it but getting this error everytime. even I tried with ...
prateek sharma's user avatar