If you're a fan of HBO's Silicon Valley, you'll remember when they launched a real AI-powered mobile app that classifies hotdogs from a given ima...
For further actions, you may consider blocking this person and/or reporting abuse
This is great. I am building it tomorrow because I have never used the vision api and this is a perfect time to try it out
Thank you!!
Glad to know I got you interested in this :)
Ok so I tried this out like I said because I am a man of my word. And because I have never used expo before. This was great! React native are really fun I need to dig into the documentation and use it more.
The only issue is I keep getting an error in the uploadImageAsync method
_Firebase.default.storage is not a function. (In '_Firebase.default.storage()', '_Firebase.default.storage' is undefined)
I know it has to do with firebase storage permissions but I have been coding all day and am at the wall of not being productive anymore lol
I will have to edit this later so weirdos do not try to use my google cloud smh
Thanks and this was a great walkthrough!!!
Hi,
Have you tried using firebase SDK version @6.0.1 instead of 6.5.x?
Some of the Firebase issues I face are due to using latest SDK version instead of a stable one.
Good idea. i uninstalled and am trying with 6.0.1
Fingers crossed
wow am i seeing a lot of errors now. it did not like that at all. said i need to install react-native-icons
ok i did that and am trying to install 6.0.1 again.
it definitely made the terminal angry with all those errors lol
second try same thing many errors popped up and node is mad at me
i am so close yet so far!!
You can check the package.json for exact versions of deps in this repo github.com/amandeepmittal/not-hotd...
_Firebase.default.storage is not a function. (In '_Firebase.default.storage()', '_Firebase.default.storage' is undefined)
Unable to resolve "firebase" from "config\Firebase.js"
Yep i definitely broke it now i am so close now a little farther!
i want to see what is a hot dog and what is not :-(
Let me try to run your repo and see what I can do.
Ok everything is the same except the firebase dependency and "react-native-unimodules": "0.5.4",
I did a bare install so I needed to use the unimodules for the icons to work
If i have to restart with a managed install i will but not tonight! it is midnight now i have been writing code for over 14 hours
i will check back with you in the morning but check out my repo maybe you can work some magic
i will reply later in the day if you are available if you have any other suggestions.
Thanks for the help!
Thank you! i must sleep now will check back later
You will need to install deps like
uuid
andexpo-permissions
to make it work. As I said before, please check the package.json file I am using and make sure you have all the dependencies installed if you are not modifyingApp.js
file on your own.Just found your blogs. Planning to follow them for learning react native and also subscribed to your newsletter.
Thanks, Anant.
This is great. Thanks for sharing amazing react stuff. I love it. I will try it asap.