[Solved] Using the sign in component in the new UI

With this new UI and block design I notice that:

the Sign in component is behaving a little wonky. The isUserVerified block is not returning data nor is the error block as of 12:06EST 12/17/20. I have resorted to using the firebase API which works wonderfully, but is the lowcode solution i was looking to avoid.

this isnt working for me.
Screen Shot 2020-12-17 at 12.05.17 PM

this is though

Hello @jared,

Sorry to hear that you are facing this issue. I created a sample Sign In project similar to yours and it seems to work fine for me.

Attaching the link here

Can you please take a look to see whether it solves your issue. If not, please DM me and we can work towards a solution.

Thanks!

2 Likes

Strange! I tried your project and it worked.

Mind trying mine? It’s still not doing the same
https://x.thunkable.com/projectPage/5fdba0a9282ed200110dff2b

Slightly off-topic here @jared but the animations look great!

I can’t seem to access your project, did you delete it?

Did you manage to get the sign in component working again?

1 Like

I’m not sure what I idid to it. here you go.

https://x.thunkable.com/projectPage/5fdb6f8e96a39a00117b3ce8

I am still having the issue here. not sure why. my custom sign in works fine. really i could restart this because it’s just a demo app to mess with the drag and drop and some api stuff, but it’d be nice to figure out where I’m going wrong

Any thoughts on this @janhavidahihande it’s still acting weird.

2 Likes

Thanks for the question @jared

@jane has put together the complete tutorial for using the sign-in component in #draganddrop.

Check it out here:

2 Likes

For the signup I do not see an error component there at the moment as in the old version? How can I replicate the error component?
I have attached the blocks below.

Thanks,
LukasScreenshot 2021-01-08 at 10.40.54

Hi,

I have a question regarding the new update. I do not see a signup error component. Also, no userid is created in the database as is the case with the old version. I attached both building blocks and the database.

Please let me know what I can do about that. Thanks!

Screenshot 2021-01-08 at 11.00.22

hey @lukas_b_98knm just just right click on the block and click show advanced block

1 Like

Right click on the Sign Up block and select advanced options.

The userid is not available in the new sign in. Who knows if it will be added later. If you save a screen in the column/row designer with the sign in block, you can copy a screen from MyScreens into the drag and drop project and copy the “old” sign in block into the drag and drop screen. Will that continue to work in the future? who knows?

1 Like

image

When you choose “Show advanced block” it will change to:

image

1 Like

http://community.thunkable.com/t/missing-blocks-with-new-update/1042356/7?u=muneer

This is the same issue in a different POST by the same MEMBER.

2 Likes

Thanks @muneer!


@lukas_b_98knm please do not create duplicate posts in the Community, thanks!


EDIT:

Looking at your blocks, highlighted below, it seems that you’re trying to create a custom user ID. The user id block however is a variable that returns the value of the existing user id and not the property name “userId” that you are trying to change.

Screenshot 2021-01-08 at 12.01.36

For example, you have something like:

{ userID: 42 }
and you’re trying to set “42” to be the name, email, interests and activities of your user.

Thanks for your help and sorry for causing confusion with the duplicate post!

1 Like

@lukas_b_98knm; merging your question with an older sign-in post.

Check out my post above to the latest video tutorial: [Solved] Using the sign in component in the new UI - #6 by domhnallohanlon

2 Likes