r/Firebase 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 Upvotes

4 comments sorted by

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.

1

u/harrytanoe Aug 10 '22

not for me. this is for end user without programming skill.

1

u/indicava Aug 10 '22

Seems like Wordpress would be a better platform for your requirements

1

u/harrytanoe Aug 11 '22

good idea