[FREE] Baserow Socket – An Extension for realtime collaboration with baserow database
1. Introduction
Description: This extension helps you to use Baserow websocket API for realtime collaborations in your apps. It is same as firebase real-time database. This extension notify you all changes that are making in your database. There are some specific events for specific changes. You can receive all update of a table after subscribing it.
Latest Version: 1.0.0V
Released on: 17 October 2021
Updated on: 17 October 2021
Aix Size: 17KB
2. All Blocks
3. Documentation
This event raises when the web socket connected. | |
This event raises when web socket disconnected. | |
This event raises when any error occurred. | |
This event raises when you subscribe any table and it success. | |
This event raises when a new row is created in your table. | |
This event raises when any row is updated in your database. This block will return the id of that row. | |
This event raises when a row is deleted from your table. Return the row id that is deleted. | |
This event raises when any changed made in your database like above events. This event return the change type in type parameter like row_deleted or row_created. You can look here for all return types. This event would not raise when the row is deleted, updated or created as there are already specific events for these changes. | |
This event raises when the token is generated. | |
This block generate the token from given email and password. Make sure the token will be expired in 60 minute. You will need to generate a new one later. Your web socket will be disconnected automatically after the token expires. | |
this block connect the web socket with token. | |
this block disconnect the web socket. | |
This block subscribe the table for given table id. You will only receive updates related to this table. For multiple table you would need to use multiple component. | |
Property for getting and setting the URL of the API. If you use hosted version of baserow then you could simply set your URL here. |
4. Usage
5. Downloads
File Name: com.sumit1334.baserowsocket.aix
6. Donate
If you liked my any work or the extension, you can support by donating some amount.
Paypal: paypal.me
UPI: iamwsumit@kotak
If you have any issue regarding the extension then you can contact me here
Thank you