CodeLinkIO / Firebase-Image-Upload-React-Native

Demo to handle image with Firebase storage
129 stars 22 forks source link

how do i integrate this with my project(question) #6

Closed jasan-s closed 7 years ago

jasan-s commented 7 years ago

Sorry, but its just unclear. how can i add firebase storage with my react native ios and android using the lib?

khacanh commented 7 years ago

You just need to create a firebase project here https://console.firebase.google.com/?pli=1

and then follow the instruction of this project to set that up. This project is not a lib, but a guide to use firebase.

jasan-s commented 7 years ago

I tried to basically test it functionality by following your guide and adding the demo.js component file. I keep getting error

undefined is not an object(evaluating 'RNFetchBlob.DocumentDIr')

jasan-s commented 7 years ago

weird now i there no error but when i click upload the app closes in simulator

jasan-s commented 7 years ago

GOt it working. Thanks spent few hours trying to get FireStack working. this helped