Alex
Alex
Hey @zaptrem - I believe gifted chat is a UI implementation only? we have 2 different projects, one is a chat UI and second one firebase implementation. Right now I...
Yeah, it will definitely be faster if you quickly migrate to RTDB yourself, cause you know, I have like 10 libraries to maintain and a full-time job, so it will...
I just tried the example in the chat UI package and two links I sent had correct data. Can you share more information please? how do you use this package?
@Astaxask unfortunately this is how Flutter works. Every time you add something to the list view, all visible items are rebuilt :/
we are talking about different things. You were saying > However, every time a link is posted in chat the UI gets rebuilt which is not a good UX design...
Hey! Should be easy to find just browsing the code, everything UI related is in a single file. After looking through it, looks like you could try `padding` param for...
Oops completely missed that! We are working on a big update for React Native with new features and Firebase package will be updated too. I will take a look at...
@aaryashahk I have never used Expo before, so I can't suggest anything. PR with an update is already in the UI repo, I just need to find some time to...
@aaryashahk UI and Firebase are not related packages. We separated them completely in order for people to use whatever they want, not requiring the other part. From what I know...
@aaryashahk you are saying that Expo does not support `react-native-firebase`? That means we will not add this support, because this is the only library we can use for RN