Federico Carrizo
Results
2
issues of
Federico Carrizo
I got "filepath.replace is not a function" when I try to upload some picture to firebase storage. ` const firestack = new Firestack(); firestack.storage.setStorageUrl('chatapp-e4bc6.appspot.com'); firestack.storage.uploadFile('photos/1.jpg', source, { contentType: 'image/jpeg', contentEncoding:...
Timeout
3
Hi guys? There's anyway to set a timeout? (Without use a setTimeout() and throw some error manually) PS: I'm using react. Thanks!