Is Backendless.Persistence deprecated?

Hello,

I am following your guide here and it references Backendless.Persistence but when I try to use that, I get an error that that property does not exist on Backendless.

It is from this chunk:

Backendless.Persistence.of('Restaurant').find(dataQuery)
  .then(console.log)
  .catch(console.error)

Is there an updated way to do this?

Thank you.

Hi Stephen,

use Backendless.Data instead. It’s absolutelly the same.

Regards,
Stanislaw

1 Like