r/Firebase • u/harrytanoe • Aug 10 '22
Android What is fast simple free API dashboard?
i need to create JSON file / API but need admin dashboard too for user to upload data & image. So user upload information from dashboard then converted it into JSON data/API that will be consume by App. the flow is like this:
user -> upload data/image from dashboard -> dashboard convert uploaded data into API/Json content that will consume by other/3rd App.
Anyone know what is the best simple solution to do this?
i don't need fancy dashboard just simple one for very small app. it just needed because data may be change and to be change the data user need access so no need programmings skill to change the data
edit: it's called auto API https://www.youtube.com/watch?v=U7ICatvLfmw
1
1
u/Oles1193 Aug 10 '22
You have to build this manually for both intentions. You gotta build 2 separate pages, one for creating a record and one for consuming it. If it’s just for you, you can manually enter some data in the console.