Firebase login/signup success block not working


Hello,
I am facing an issue with firebase Authentication.
Signup failed block is working correctly
Signup and Login success blocks are not triggering.

Firebase connection is successful and there is no error message.

I have attached screenshot of my blocks.
Please check and guide me what I am doing wrong.

Thank you.

I can’t read your image proper, can you upload original image of your blocks

Download Blocks as Image

  1. In Blocks view, right-click on empty space.
  2. Select Download Blocks as Image.
  3. The PNG file downloads automatically.
1 Like

Seems everything is well, try add values inside your app and see whats will happen


Test like this

I tested with fixed email and password values.
still signup/login success events are not triggered.
Signup failed works, but no success callback.
User is created successfully in Firebase Authentication console.
So Firebase is working.
Please advise what to check next.

Firebase Authentication is successful and users are created in the console.
but SignUpSuccess and LoginSuccess events never trigger in Kodular.
Has anyone faced this issue before or knows what causes it?

Firebase_Authentication1.SingUpFailed
Notifier1(message) ???

1 Like

Yes, SignUpFailed event is connected to Notifier
and it correctly shows the error message.

But when signup/login is successful,
SignUpSuccess and LoginSuccess events do not fire at all.

I know that, but the question is what does the error message say?

1 Like

I have shared the .aia project file for easier debugging since the app is still in early development stage.
Google Drive link:

Please let me know if you need anything else.

I was about to take a look


Can you upload the aia file directly or PM

FutureVioletCuckoo.aia (462.7 KB)

One more issue I noticed:
products are not loading from Firebase in the app.

Please check the product listing logic as well, if possible

For now am going to look at Authentication first

1 Like

There are the blocks I am using to fetch products from Airtable.
The API call runs, but no data appears in the app UI.
Please let me know if anything is missing or incorrectly configured.

  1. Airtable only allows 1000 calls per month.
  2. In each got column, the next column is called, not all at once.
  3. length of list is used.
1 Like

Hello, I followed all the steps you mentioned, but the Airtable data is still not loading. The “Got Column” event is not triggering, so it seems Airtable might not be connecting properly. Could you please help me fix this?
Thank you!

Check your credentials. There are hundreds of guides about this.
Note: In your initial block, you’ve already used 3 of your 1000 GETs (so you can only launch the application a maximum of 350 times) while waiting for results. After that, Airtables will block your quota until the following month.

Thanks for the information.
I will recheck my Airtable credentials (API key, Base ID, table name and column names).
But still the main problem is that the “Got Column” event is not triggering at all.
Even a single column is not returning any data.
If possible, please help me check what I may be missing.
Thanks!

I am currently building a grocery app and I am looking for a free sample .aia
to better understand the complete basic workflow.

I am mainly trying to learn and implement:
• Login / Signup
• Loading products from Firebase or Airtable
• Cart functionality
• Order placement flow

If anyone has a free demo or basic grocery app .aia
(even a simple, partial, or incomplete project),
it would be extremely helpful for learning and reference.

Any sample, guidance, or direction would be greatly appreciated.
Thank you for your time and support.

It wouldn’t help you and you’d be left with a lot of questions because you don’t understand the basic building blocks.
Advance one step at a time, try simple things and build your own logic; then you can scale your project.
You’ll waste more time understanding someone else’s functional flow than studying your own building blocks.