You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✋ HOLD ON! Before you ask a question, please check these FAQs. The answer you're looking for might already be here.
Q1. Where can I report issues or suggest new features?
A: You can report issues or suggest new features in the Issues or Discussions tab of the GitHub repository. Other Q&A can be conducted in the Discussions tab, and you can ask version-specific questions as well.
Q2. How can I add actions to MessageRow?
A: The process of adding actions to MessageRow is similar to the general way actions are added in SwiftUI. Since message object is being passed in MessageList's rowContent, you can apply message-related actions to user interaction gestures such as .onTapGesture(perform:) and .onLongPressGesture(perform:).
Q3. Is there a quick start guide available?
A: Yes, we provide a Quickstart guide. If you want to see simple example projects or real use-cases examples projects with external SDKs, you can check them out in the ChatUI-examples repository. For a tutorial to get started with guidelines, you can check the Tutorial page in the Wiki tab of the ChatUI repository.
Q4. How can I use Firebase with the app?
A: Yes, you can check out the example xcode project that uses Firebase SDK in the ChatUI-examples GitHub repository. The example project provides a chat sample using Firebase's Firestore.
Q5. Are there previews available for each view?
A: If you want to check the previews for the views provided in ChatUI, such as MessageList, MessageField, MessageRow, you can run PreviewProviders for each view in the Sources/Previews folder of the swift package.
Q6. Are there any design resources provided?
A: ChatUI provides design resources through Figma. If you want to download the design resources, please refer to this link.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
FAQ
✋ HOLD ON! Before you ask a question, please check these FAQs. The answer you're looking for might already be here.
Q1. Where can I report issues or suggest new features?
Q2. How can I add actions to MessageRow?
Q3. Is there a quick start guide available?
Q4. How can I use Firebase with the app?
Q5. Are there previews available for each view?
Q6. Are there any design resources provided?
Beta Was this translation helpful? Give feedback.
All reactions