How can I upload files to Firebase Storage?

I’m using Firestore DB to store my key:value pairs.
Is there a way to store uploaded files also to Firebase storage and save their link with the corresponding user document in Firestore?

@innomalous We don’t have a native integration with Firebase - [Feature] Firebase Realtime Db Integration · Issue #1647 · appsmithorg/appsmith · GitHub

However, you can possibly connect to it through our REST API interface.