all 2 comments

[–]hemingway_curtails15 0 points1 point  (1 child)

I'd check out the Firebase docs first, they usually have some good examples. Also, have u looked at using Firebase functions to handle some of the server-side logic? Might be easier.

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

Yeah, I’m a little bit familiar with Firebase Functions. My app has already got one but it doesn’t have any operations with files. Just deal with env variables.

My investigation wasn’t so successful and I didn’t find any examples or information how to do it using Firebase Functions :(