Ad
Firebase Cloud Functions: Can I Start A Live Audio Stream In A Firebase Cloud Function?
i need to know if i can start a live audio stream through firebase cloud functions. For example i upload an audio file to firebase storage and use a cloud function to start a live stream of that audio file...i have never used cloud functions before...
Ad
Answer
Cloud Functions does not support streaming at all. The entire request and response are sent in one chunk, and each are limited to 10MB in size. You might want to read the documentation on its limitations.
Ad
source: stackoverflow.com
Related Questions
- → How can I query Firebase for an equalTo boolean parameter?
- → How can I access nested data in Firebase with React?
- → Firebase simple blog (confused with security rules)
- → Removing item in Firebase with React, re-render returns item undefined
- → AngularJS Unknown Provider Error (Firebase & AngularFire)
- → How do you pass top level component state down to Routes using react-router?
- → "this" is null in firebase query function in reactjs
- → Angular Module Failed to Load
- → Multiple dex files define Lcom/google/android/gms/internal/zzrx;
- → Joining Firebase tables in React
- → How can I make add firepad to my reactjs project?
- → How to use Cloud Functions for Firebase to prerender pages for SEO?
- → React.js component has null state?
Ad