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.
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
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.
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!
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?
@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.
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.