# Sign in not working in my main project

**URL:** https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440
**Category:** Questions about Thunkable X
**Tags:** auth
**Created:** [July 3, 2020, 9:56am UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440 "2020-07-03T09:56:24Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 9:56am UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/1 "2020-07-03T09:56:24Z")

</div>

Hello, just wanna ask if one api can work on mulitiple project? Cuz after making a copy of that project with firebase api, the previous one of sign in doesn’t work any more. Or is the project corrupted? Please answer.

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 10:28am UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/2 "2020-07-03T10:28:49Z")

</div>

What APIs are you working on?

Does your API have request limits? Some do, i.e Airtable APIs has restriction of 4 requests per sec.

---

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 10:43am UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/3 "2020-07-03T10:43:20Z")

</div>

Firebase sign in component. It worked well before, but after i make a backup, it doesn’t work any more.

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 12:12pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/4 "2020-07-03T12:12:57Z")

</div>

This morning (@+8 GMT), I had the issue of signing on my app (with firebase authentication ) also. Similarly, it worked yesterday, and initially my other apps using the same Firebase authentication credentials were working fine. Then I realised that if I were to “live-test” the other apps, They too become broken. Now after painful investigation, I found out that my issue was due to blocks related to “stored” variable when I store username and password locally and reading text input from the text\_input block. So what I did was to use another intermediate “app” variable to process reading text input and than save it using another block.

If you are using “stored” variable to store users or passwords, then maybe you want to look in this area. Nothing to do with firebase API.

---

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 12:16pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/5 "2020-07-03T12:16:32Z")

</div>

OMG.

1. I made the store value with the local storage today, which I have deleted afterwards.
2. I am in GMT +8 (Hong Kong) too.

> [@gobassky](#):
>
> what I did was to use another intermediate “app” variable to process reading text input and than save it using another block.

Is that working for you?

---

<div class="post-metadata">

### Author: ![caminostudio](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/caminostudio/32/74734_2.png) [@caminostudio](https://community.thunkable.com/u/caminostudio)
#### Post date: [July 3, 2020, 12:26pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/6 "2020-07-03T12:26:57Z")

</div>

I’ve been having the same problem since yesterday.

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 12:32pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/7 "2020-07-03T12:32:45Z")

</div>

Yes. Just finished fixing it. I ask Thunkable if there were any updates done that may have caused this but haven’t got any replies yet.

What I did was make another set of “app” variables to do all the stuffs. And then when done, assign the value to the “stored” variable… more blocks and steps but that fixed it.

Its past dinner here, have you had yours? 😀

---

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 12:34pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/8 "2020-07-03T12:34:44Z")

</div>

> [@gobassky](#):
>
> What I did was make another set of “app” variables to do all the stuffs. And then when done, assign the value to the “store” variable… more blocks and steps but tha fixed it.

Wow, I have at least 20 variable in my app…

---

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 12:39pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/9 "2020-07-03T12:39:33Z")

</div>

Guys, I manually type my email and password to the block and it is working suddenly.  
When I use text input to get text it failed???  
My brain 🤯 🤯

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 12:39pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/10 "2020-07-03T12:39:34Z")

</div>

[/quote]

Wow, I have at least 20 variable in my app…  
[/quote]

I have to do this for all the variables that have interactions with the text input, slider input etc… the rest are fine. This was the second time my fully functioning app broke down.

 ![Clipboard01](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/1/c1f0ab146a30b829553cf6cff20e34edef4cc9eb.jpeg)

---

<div class="post-metadata">

### Author: ![label1.visible-true](https://avatars.discourse-cdn.com/v4/letter/l/ec9cab/32.png) [@label1.visible-true](https://community.thunkable.com/u/label1.visible-true)
#### Post date: [July 3, 2020, 12:41pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/11 "2020-07-03T12:41:40Z")

</div>

I think this might be a new bug.  
Maybe thunkable just update to a newer version?  
Today I updated the new version of live test app on play store.

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 3, 2020, 12:47pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/12 "2020-07-03T12:47:43Z")

</div>

> [@label1.visible-true](#):
>
> Guys, I manually type my email and password to the block and it is working suddenly.  
> When I use text input to get text it failed???  
> My brain 🤯 🤯

Frustrating yes I know… but at the point when I realised the problem, I was not so stress anymore. haha

---

<div class="post-metadata">

### Author: ![caminostudio](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/caminostudio/32/74734_2.png) [@caminostudio](https://community.thunkable.com/u/caminostudio)
#### Post date: [July 3, 2020, 12:57pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/13 "2020-07-03T12:57:02Z")

</div>

Thanks!!!

---

<div class="post-metadata">

### Author: ![rockode](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/rockode/32/75168_2.png) [@rockode](https://community.thunkable.com/u/rockode)
#### Post date: [July 8, 2020, 4:02pm UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/14 "2020-07-08T16:02:49Z")

</div>

The Firebase had been down for a few weeks. Now it perfectly works.

---

<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, 11:24am UTC](https://community.thunkable.com/t/sign-in-not-working-in-my-main-project/653440/15 "2024-11-08T11:24:58Z")

</div>


