-
Notifications
You must be signed in to change notification settings - Fork 91
How to use firebase storage as backend to send/receive images? #155
Comments
Hi @rrpuente , I don't have any examples of how you would achieve an integration with firebase but I am confident you could write a custom adapter for that. The examples that I have in place with this library can be found here, hopefully they'll be helpful with what you're trying to achieve: https://github.com/rpaschoal/ng-chat-netcoreapp |
Good day @rpaschoal, first of all, thanks for your reply and also for this awesome product you've made public. I'm using it in a new development and I plan to keep using it. |
There is no images to thumbnail previews implemented at this stage @rrpuente so the answer is no. All there is in place at this stage is a |
@rrpuente would you be keen on contributing and implementing this one? The only changes I am planning on implementing at this stage as I am quite busy with other projects are:
|
Yes, Im willing to do it. |
Awesome @rrpuente , I think it might be prudent to wait for the changes I am working on right now. I am refactoring the internals and splitting the friends list and chat items to their own components. It will be easier to manage things that way. I've already started pushing the changes on branch |
great, Ill do that. |
@rrpuente The changes were released and merged for I will be closing this pull request as the original topic had nothing to do with image thumbnail previews. Please feel free to open a new issue so we can track how you could implement and push a pull request for this. In regards to firebase, there is no plan from my side to add an example of how to integrate ng-chat with it. The existing examples should be enough to showcase how the chat adapters can be implemented. Thanks! |
@rpaschoal |
@rrpuente can u share ur code implementation about firebase to get an idea :(? |
Hi @Interscope19, the code I wrote was merged. If you search through the published code you will find it. However, if you cannot find it let me know. |
Good day, I read every doc I found, but I couldn't figure out how to use firebase storage as backend to send/receive images. Is it possible in the current version?
I saw about writing a backend api for any type of files, but that is not an option for me, I have to use firebase storage as backend.
Thanks in advance.
The text was updated successfully, but these errors were encountered: