# Push data from firebase to ui\_table

**URL:** https://discourse.nodered.org/t/push-data-from-firebase-to-ui-table/87955
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [14 May 2024 15:50 UTC](https://discourse.nodered.org/t/push-data-from-firebase-to-ui-table/87955 "2024-05-14T15:50:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RoyLPL2002](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/roylpl2002/32/90928_2.png) [@RoyLPL2002](https://discourse.nodered.org/u/RoyLPL2002)
#### Post date: [14 May 2024 15:50 UTC](https://discourse.nodered.org/t/push-data-from-firebase-to-ui-table/87955/1 "2024-05-14T15:50:28Z")

</div>

I want to push data from firebase to ui\_table but it's not working except timestamp and i try to push data "date" and "shift" to text and gauge, it's working  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/3/23c32be85b08243d40a9046a3d0c837889d3d426.png)  
Date function  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/9/79f488acb94f8fca8523d9c602cd8bad2cdff60a.png)  
Shift function is similiar to date function

---

<div class="post-metadata">

### Author: ![E1cid](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/e1cid/32/77971_2.png) [@E1cid](https://discourse.nodered.org/u/E1cid)
#### Post date: [14 May 2024 18:37 UTC](https://discourse.nodered.org/t/push-data-from-firebase-to-ui-table/87955/2 "2024-05-14T18:37:03Z")

</div>

The ui-table node expects an array of objects, or you can add rows with the command syntax in msg.payload.

You can import many example flows in the editor.  
Press control I or select import in side menu, then press examples \> ui-table.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 June 2024 18:38 UTC](https://discourse.nodered.org/t/push-data-from-firebase-to-ui-table/87955/3 "2024-06-13T18:38:00Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
