# Real Time screen sharing

**URL:** https://community.thunkable.com/t/real-time-screen-sharing/564015
**Category:** Questions about Thunkable X
**Created:** [April 24, 2020, 3:24pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015 "2020-04-24T15:24:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![DouglasRussell](https://avatars.discourse-cdn.com/v4/letter/d/cdc98d/32.png) [@DouglasRussell](https://community.thunkable.com/u/DouglasRussell)
#### Post date: [April 24, 2020, 3:24pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/1 "2020-04-24T15:24:09Z")

</div>

Hi everyone. Hope all are well.

I’m interested in making and app where two (or more) app users can collaborate, kind of like a shared screen. For example, person A draws on his own screen, and his motions and drawings show up realtime on person B’s screen.

I’m playing around with canvas, and wondered if there is a way to share in this manner.

Thanks!

Doug

---

<div class="post-metadata">

### Author: ![samclever](https://avatars.discourse-cdn.com/v4/letter/s/ec9cab/32.png) [@samclever](https://community.thunkable.com/u/samclever)
#### Post date: [April 25, 2020, 1:29am UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/2 "2020-04-25T01:29:22Z")

</div>

That would be super difficult and require A LOT of Firebase read/writes. But if you wanted to try it, have the person drawings device send the position data to firebase and the other persons device could receive it and update to their canvas. It wouldnt be 100% realtime, but as close as possible. I would say do an update every 10 seconds.

---

<div class="post-metadata">

### Author: ![ryan\_hall\_apps](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@ryan\_hall\_apps](https://community.thunkable.com/u/ryan_hall_apps)
#### Post date: [April 25, 2020, 2:11am UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/3 "2020-04-25T02:11:59Z")

</div>

You may be able to use realtime db add listener function and do this.

---

<div class="post-metadata">

### Author: ![DouglasRussell](https://avatars.discourse-cdn.com/v4/letter/d/cdc98d/32.png) [@DouglasRussell](https://community.thunkable.com/u/DouglasRussell)
#### Post date: [April 25, 2020, 5:21pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/4 "2020-04-25T17:21:43Z")

</div>

Thanks, that’s what I’m trying now.

---

<div class="post-metadata">

### Author: ![royadreamllc](https://avatars.discourse-cdn.com/v4/letter/r/f9ae1b/32.png) [@royadreamllc](https://community.thunkable.com/u/royadreamllc)
#### Post date: [June 13, 2022, 4:31pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/5 "2022-06-13T16:31:43Z")

</div>

Hi I’m trying to send share screen to resolve the faulty function buttons & blocks! The students who wrote the APP already left. 😿

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 13, 2022, 6:31pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/6 "2022-06-13T18:31:35Z")

</div>

Welcome to Thunkable! Please create a new topic for this issue and explain in more detail what you are needing help with.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 13, 2022, 6:31pm UTC](https://community.thunkable.com/t/real-time-screen-sharing/564015/7 "2022-06-13T18:31:47Z")

</div>


