Skip to main content

All Questions

2 votes
3 answers
5k views

React Native: Console Warning Possible Unhandled Promise Rejection (id:0): TypeError: Cannot read property 'uri' of null

I am following this tutorial on uploading photos to Firebase in React Native and have it all set up using 'react-native-image-picker' and 'launchImageLibrary' (instead of the 'showImagePicker' in the ...
Ollie's user avatar
  • 107
0 votes
0 answers
185 views

JS async return not accessible outside of local scope

I appreciate any assistance that the community can offer! I have a React-native class component with the getPathForFirebaseStorage method that is called by a different method. However whenever the ...
Kol Ratner's user avatar
0 votes
2 answers
667 views

Upload an image to Firebase with React Native

i am trying to make a photo uploader to firebase in react native. I followed a tutorial and adopted the code 1-on-1. However, after I want to execute the code everything appears to work until the code ...
Joppe Meijers's user avatar
12 votes
5 answers
27k views

NativeFirebaseError: [storage/unauthorized] User is not authorized to perform the desired action

I'm having problems uploading an image to Firebase Storage. I'm using React Native's @react-native-firebase/storage and the installation and connectivity seem to be fine because I'm able to reference ...
sigmapi13's user avatar
  • 2,563