# Use localstorage database

**URL:** https://forum.adalo.com/t/use-localstorage-database/28807
**Category:** Get Help
**Created:** [June 28, 2022, 6:53am UTC](https://forum.adalo.com/t/use-localstorage-database/28807 "2022-06-28T06:53:54Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Dilon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/dilon/32/39815_2.png) [@Dilon](https://forum.adalo.com/u/Dilon)
#### Post date: [June 29, 2022, 6:32am UTC](https://forum.adalo.com/t/use-localstorage-database/28807/5 "2022-06-29T06:32:52Z")

</div>

@DaBoo did this in his app and user’s don’t need to put the details to signup.

You can check the app here : [Drunken English: Second App Finished](https://forum.adalo.com/t/drunken-english-second-app-finished/26901)

You can have a screen like welcome screen ( the screen that user see first ) and add a button and add the Signup action and fill the email,password and id ( a number property ) fields with values.

For the email you can add like user,guest and you can add custom formula that you can add all users \> max +1 inside it ( you need a number property on the Users collection like ID to get max ) and you can add @gmail.com. ( [guest1@gmail.com](mailto:guest1@gmail.com) , [guest2@gmail.com](mailto:guest2@gmail.com) ) For the password you can add guest with that all users max formula. And you can add a link action to Home screen. After if the user needs to update the profile you can add a form with the Update Logged in user option.

You can check this topic created by Colin too : [Guest to User flow tutorial](https://forum.adalo.com/t/guest-to-user-flow-tutorial/9562)

Thank you

---

_[View the full topic](https://forum.adalo.com/t/use-localstorage-database/28807)._
