-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase File Storage Doesn't Work w/React Native #8684
Comments
Firebase blog post states that uploads to storage are not working. I wonder if there is some way to fix this? Maybe native code could be used. |
@facebook-github-bot stack-overflow |
Hey @aaronksaunders and thanks for posting this! @DanielMSchmidt tells me this issue looks like a question that would be best asked on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. Will close this as this is really a question that should be asked on SO. |
this is not a stack overflow issue... it is an issue because react-native doesn't support Blob and File @DanielMSchmidt |
Reopening since supporting Blob and File eventually might make sense. We should take a closer look at the APIs and decided if we want to implement them. Just to set expectations though, the reality is that React Native is not a browser and you should use a web view if using browser APIs is one of your top priorities. And similarly, if supporting React Native is important to Google then it's best if they dedicate some time to supporting RN with Firebase. |
I really hope that this would work before my scholarship interview. |
Hey, this issue is stale, and the goal of issues is to use them for bugs rather than feature requests anyway. I think this would be better off either on product pains - phrased as "Add Support for X" as a feature request - or go to stack overflow if you're curious to find a workaround. I am going to close this issue but if folks have one of the above two ways of interpreting I encourage people to follow up elsewhere. |
I have also posted the issue with Firebase, but I believe this is related to how POST is being done in the react-native code
See Issues Here - File Storage Doesn't Work w/React Native davideast/firebase-react-native-sample#5
See working version here with plain react.. - https://jsfiddle.net/Aaronksaunders/69z2wepo/48546/
The text was updated successfully, but these errors were encountered: