Working on a directory listing app and wanted to ask users permission for their location so I can list the nearest results they requested. I read in Adalo FAQ that users need to be subscribers of your app and need to login to be able to ask permission, but in this type of site, there’s no need for sign ups or logins
Hi @aamc
For this use case, you can create a temporary signup for users. When users click a button, the app will generate a random set of credentials in the background.
In the signup form, you can generate a unique random ID and a temporary password for each user. This way, users can sign up by clicking a button, ensuring each account is unique.
Once you achieve this, you can ask for permission on the screen level. This will prompt users to grant location permission, which will be saved to the recently created credentials under the users collection.
Thanks
Shantanu
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.