facebook/flipper

Question: Is it possible to notify database plugin that database has been updated.

オープン

#1,898 opened on 2021/02/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (972 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (13,028 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Whenever we switch to the database plugin or if we click on the refresh button

connection.receive(
        DATABASE_LIST_COMMAND,
....

is called thus, the info about our database is updated in the desktop client.

Is it possible to do the other way around, that is, notify the client that it should update the UI because our database has changed, thus not requiring to press the refresh button to see the most up to date information?

Thanks

コントリビューターガイド