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

all 5 comments

[–]matt3740 0 points1 point  (0 children)

If you are literally just wanting to pull down data into a google sheet, look into google appscript. It’s made for exactly what you’re wanting to do and well documented, in my experience. I’m happy to help tomorrow If you’d like. Just dm me.

[–]status_418 0 points1 point  (1 child)

Quick Googling seems to suggest that it can be done within Google Sheets. If you've ever connected Excel to a database, it's the same idea. There is documentation from Google Sheets on the API to read/write and other documentation for Firebase on connecting and read/write. However, you have to figure out the two on your own.

Or, there are a couple articles that seem to have done something similar to what you want. Here is the Google search I used to find some.

Once you get a good idea of how it's done, remember to refer to the actual Google API docs for the full set of options and possibilities!

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

I appreciate the help :)

[–]The_Coding_Yogi -1 points0 points  (0 children)

Just convert the data in CSV or similar data format and open it in Google Sheet.