# Need Help on Firebase

**URL:** https://community.thunkable.com/t/need-help-on-firebase/857143
**Category:** Questions about Thunkable X
**Created:** [September 28, 2020, 7:04pm UTC](https://community.thunkable.com/t/need-help-on-firebase/857143 "2020-09-28T19:04:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![knndrs](https://avatars.discourse-cdn.com/v4/letter/k/c6cbf5/32.png) [@knndrs](https://community.thunkable.com/u/knndrs)
#### Post date: [September 28, 2020, 7:04pm UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/1 "2020-09-28T19:04:48Z")

</div>

Hello, I wanna ask my problem. Actually it’s not a problem, but it makes people think that this might be an “error” or “ignored mistakes”. I have made the blocks for the firebase like this.

 ![Screenshot 2020-09-29 021605](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/7/178d3b10cc8854a8df07260d07a45ea97803a41b.png)

When I clicked the Register button, the text input on the email and password turn/change become “null” and then finally it navigates to HOME. How to avoid the users saw that change (becoming null). I tried to use the blank pink ("…") but it failed. This one works perfectly, but the users saw the null. Please help me to solve this kind of problem, because the teacher maybe suspect that as an error

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [September 29, 2020, 5:41am UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/2 "2020-09-29T05:41:23Z")

</div>

![изображение](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/6/a69aa248c59a909f4286ff6a94401879039a254a.png)

---

<div class="post-metadata">

### Author: ![knndrs](https://avatars.discourse-cdn.com/v4/letter/k/c6cbf5/32.png) [@knndrs](https://community.thunkable.com/u/knndrs)
#### Post date: [September 29, 2020, 9:48am UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/3 "2020-09-29T09:48:54Z")

</div>

Hello actech,  
Thanks for the solution. But I need to set EMAIL\_REGISTER text input to EMAIL variable and PASSWORD\_REGISTER text input to PASSWORD variable, because on my login screen I used different block (EMAIL\_LOGIN and PASSWORD\_LOGIN). To make both work on different screen I think that I need to use variable. Do you have any ideas about how to connect both screen variable? Thanks!

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [September 29, 2020, 9:51am UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/4 "2020-09-29T09:51:31Z")

</div>

If null is not appropriate, use an empty string

---

<div class="post-metadata">

### Author: ![knndrs](https://avatars.discourse-cdn.com/v4/letter/k/c6cbf5/32.png) [@knndrs](https://community.thunkable.com/u/knndrs)
#### Post date: [September 29, 2020, 9:55am UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/5 "2020-09-29T09:55:27Z")

</div>

I’ve tried to use the empty string to replace the null, and it’s work fine. Thanks for the great solution, actech!

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:23pm UTC](https://community.thunkable.com/t/need-help-on-firebase/857143/6 "2024-11-08T12:23:41Z")

</div>


