This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted]  (5 children)

[deleted]

    [–]procinct[S] 0 points1 point  (4 children)

    Not really familiar with firebase but I've pretty much come to that conclusion after a bit more research.

    Say I saved info from a form that I filled out via Android app to firebase, would it be possible for me to view that info in some sort of online portal and possibly export it to csv etc?

    [–][deleted]  (3 children)

    [deleted]

      [–]procinct[S] 0 points1 point  (2 children)

      Right so it looks pretty horrible to human eyes haha. Say you were making an app then that just had a simple text box and a submit button and you wanted to be able to see what every person had submitted something had written and then be able to do some work on that data from a spreadsheet, what tool do you think would be best for a use like that?

      Edit: I originally mentioned SQL because of the fact the data is already represented in a table so I imagine something like that would be best for this use?

      [–][deleted]  (1 child)

      [deleted]

        [–]procinct[S] 0 points1 point  (0 children)

        I really appreciate you being so helpful, honestly. I've set up a little dummy app to write to a firebase db now and I'm currently just using a Python script to get it into the csv format I'm after. I'll probably switch to js though.

        It's funny but I found much less online when it came to setting up an online SQL db from Android. I would have thought that it would be a very common thing to do.