prscX / react-native-voice-recorder

React Native: Native Audio Recorder View
Apache License 2.0
93 stars 14 forks source link

Sending Recorded Voice to Firebase #6

Open ZainabShakeel opened 5 years ago

ZainabShakeel commented 5 years ago

I'm having issues in sending the recorded voice to firebase ... please do help me, how i send the recorded data to firebase

fabianunger commented 5 years ago

Would you share some code and specify the problem?

ZainabShakeel commented 5 years ago

@fabianunger Thanks that problem was solved by using putfile function of firebase storage but now i want to save this audio automatically after 5 seconds of recording.. how would i do that ???? solved

andikare commented 3 years ago

@ZainabShakeel can yu send the full code of that Recorded Voice ? i follow your code but not works, my error is storage.firebase.ref not a function

thank you