(I edited this cause it was a useless post, sorry for that).
I really need some help with firebase as I’d like to secure the user data without requiring him to use the email.
I’ ve successfully implemented a 2 steps verification process through SMS and I don’t want to use the email, is it possible to have a secure firebase without email login?
One quick note, you should only use #thunkable-cross-tutorials if you have written a tutorial about using Thunkable X, so I’ve moved this to #thunkable-cross
I am using an external webapi SMS service that has SMS OTP verification service (paid) but I would like to use it to secure firebase so that every user can access only to its data.
Please don’t post about the same question in multiple topics. I’ve merged your three topics into a single one now.
Have you seen anyone else do this? If you have docs with sms-only verification then please share them so that people who are familiar with this can guide you.
Why does your app have to have this feature? If it was me I would be more concerned with launching my app and building a user base. If you find that one or two users have duplicate accounts then you can manually delete them. If it gets to be too big a number then perhaps you need to ask some questions about the type of app you are building?
2 - I’ve searched #thunkable-cross and found nothing ‘firebase official’ about SMS OTP, but I managed to find a third party service that can send the OTP but I don’t know if I can use that to secure firebase.
3 - I’d prefer to use the more user friendly SMS OTP instead of the complicate email sign in as the userbase should be any age.
What do you mean here?
I’m concerned to make firebase secure so that hackers can’t access the data
Why don’t u apply a ID login in your app?
Generate an ID for each user, then secure the user;s data with login id…
the user with the correct login id can only view the data…
That’s the last resource, but I think that I will have to do it.
I prefer to avoid email log in and only use SMS OTP as it’s easier and faster, but I don’t know if I can authentcate the user with only that in thunkable