Parse-server: Parse live query can custom event ?

Created on 6 Dec 2019  路  1Comment  路  Source: parse-community/parse-server

Server emit to event "my event"

Parse.LiveQuery.on('my event', () => {
  // code...
});
question

Most helpful comment

No. It is not currently possible. You'd need to maybe create a class with a column of type object and then pass your "event" through this object.

>All comments

No. It is not currently possible. You'd need to maybe create a class with a column of type object and then pass your "event" through this object.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jasan-s picture jasan-s  路  45Comments

tanmays picture tanmays  路  56Comments

mman picture mman  路  75Comments

FunnyDevs picture FunnyDevs  路  51Comments

nitrag picture nitrag  路  69Comments