-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(storage): upload, read, and process* files #213
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
Comments
Answers
|
any updates? |
Hi @davideast any updates? |
Any updates on this? |
1 similar comment
Any updates on this? |
Hi, how can i upload a file on firebase storage |
@davideast i believe this feature is not live yet, so is there a work around for the same? |
@veerni Use the regular Firebase SDK. |
can i use firebase.storage() with angularfire 2, do i have to re-initialize firebase again, i have whole ionic app made up on angularfire 2, it has only one screen with file upload(profile pic). |
@jtushar53 You do not have to reinitialize if you are already using AngularFire2 |
@davideast Sir we are waiting for storage API of angularfire2. Is there an update? |
Any update on this feature? Thank u |
any update? i'm waiting for angularfire2 storage 👍 Best regards 😃 |
I have faced the same issue, and the current work around is to access firebaseApp (firebase instance inside AngularFire2 module). Here is the original solution.
|
Since the issue is closed I assume it has been added ? am I wrong ? |
Its not ready yet, we are waiting for the final release. Best Regards. |
Hi Mark, Sorry but the firebase storage works really bad on the preview release, take a long time to show the files. We have to wait to the final release for better performance, because now is just 2 lines of code adapted. Best Regards. Sebastian Díaz Villada [cid:EA86A0BA-D1E3-48FF-8230-6C7E72D06C41] Esta comunicación puede contener material confidencial y/o información con derechos reservados del propietario, por lo tanto el uso de la misma es exclusiva para el destinatario. Si usted recibió este material por error, por favor notifíquelo inmediatamente al remitente, borre el correo y cualquier documento asociado con el mismo. El 26-10-2016, a las 04:15, Marc Wensauer <notifications@github.commailto:notifications@github.com> escribió: @sunlyearhttps://github.com/sunlyear It takes ages until the image get shown, or it it working properly for you ? — |
hello this may help beginners to upload files from local drive to firebase especially for those who are using angular2 typescript angular-cli import { Component, EventEmitter } from '@angular/core'; @component({ make sure you made your firebase storage rules true because i am not doing authentication since this is a test code. i got this form some great programmers written their answers in stackoverflow . i am new in this so you may get explanations from experts. i done "npm install --save angularfire2 firebase" . works for me. please let me know if i did anything wrong. thank you . please fill the config with your firebase config For a small demo visit https://r-vijay-r.github.io/upload/ Select a pic from local drive and wait till uploads. Can also delete uploaded. |
Hi @davideast any updates? |
Hi @davideast, |
Hi Folks, there are no ballparks or public release dates we can share. Sorry. |
I'm submitting a feature request.
Current behavior
Exploring ways to handle file upload (images & pdf in particular) using Angular2. I was searching around the web and all the solutions points to using the multer middleware (an express app) for file upload.
Expected/desired behavior
The outcome I would like to achieve is to use Angular2 front end to allow user to upload the file to a Firebase3 storage as per Firebase SDK3.
Question
The text was updated successfully, but these errors were encountered: