How do i write data from an API call to the database

Hi there

I have simple 2 page application (logon page and main menu).

I am trying to logon my user by verifying their mobile number using an API call to my backend application. So essentially the mobile number is their username.

I need to retrieve a piece of data called “Link Value” via an API call from my backend application.

What I don’t understand is where I can store this data and do I need to store their email address as well as their mobile number?

Thanks

Brian

Bubble uses the email as the unique identifier for the user. It is required to logon.

You can however build logic where you only require the user to provide their mobile number and password while in the background you locate that user using that mobile number and provide Bubble with the email provided by your API call.

This topic was automatically closed after 70 days. New replies are no longer allowed.