How can I create a sign up login screen using Firebase in the new UI?

how can i create a sign up log in screen using firebase in the new feature? i’m trying to create a new app that involves user to sign up and log into the app, but i’m not exactly sure how to do that in the new ui. if anyone could help that would be great!

Hi there!

I copied part of my auth screen for you to either remix or reference. :slight_smile:

Hope it helps!

Oh edit to add, this version requires the user to verify their email address and has a hidden label at the bottom that will show visible if error and display the given error message from realtime db sign up/sign in. It also stores the email and password on the user device and populates them automatically as stored variables once they’ve been saved.

2 Likes

Hi @Kat_Rostova

Thank you so much! This definitely helps a bunch!

1 Like