Is it possible to upload files to firebase?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By luxysaugat

I’m making a game where user can upload their avatars directly into Firebase and download whenever necessary. I was wondering if it is possible to do that so. I can download files easily but i dont know about uploading files.

:bust_in_silhouette: Reply From: jdoohen52

Try this plugin: Storage · GodotNuts/GodotFirebase Wiki · GitHub

This method seems for upload a file:

put_file(file_path :String, metadata := {}) -> StorageTask