Hi everyone, please can anyone help me? as the title indicates, I want to make an online database that returns a bar graph with the data of each user of the application, for example for an application where a user wants to review their one-month exercise performance and This data is stored in the cloud and he can check it in the form of a graph.
The question you have is really big. If you want to translate that into design and blocks it will take a lot of time. Start small and when you have a question, show what you have tried and we can help you from there.
Thanks for your answer, I have the application finished, I just need to know how to use that service, if it exists, could you help me with just a small example, eg. 3 data stored in the cloud and that returns a graph to the application.
You know you can‘t store a graph, you can store only the values for the graph in the database… and if you get the values from the database (maybe from Firebase/spreadsheet/…) You have to show them as you want.
There are some nice chart extensions you can use. Just search for them in the community or try google search
We can help you more if we know what you have done and see some screenshots
I reformulate my question, I know that there exists google sheet and air table and I can make a single user send and receive data from these systems and convert it to graphics, but, there is some way that each user has access to their own private table, in such a way to be able to publish the application in google play?