Audio recorder url file upload to file base

how can I upload audio url to firebase

Where is the audio actually kept? Somewhere else or you want to store audio in Firebase??

Cause you can upload a url just like normal text to Firebase

Im building an audio recorder app so o want to store the url of the file to firebase

Where are you storing the actual audio file?

And if you only want to save a url, you just save it like normal text in Firebase

if you don’t store the actual file how would you fetch in another device

You store the file in Firebase Storage, but you store a URL to that file in Firebase Real-time Database or Firestore)

This does mean two network calls, but that’s what you have to do