smilewithkhushi / BasicNative

A set of beginner friendly mini projects built with React Native. Participating in GSSoC. Open to contributors
22 stars 49 forks source link

Real-time Chat Application with Video Calling #84

Closed taneeshaa15 closed 4 months ago

taneeshaa15 commented 4 months ago

Related Issue

81

Description

The real-time chat application, "MyChatApp," is designed to provide users with seamless communication through text and video calls. It leverages Firebase services for real-time messaging and Twilio Video for video calling functionality. The application is built using React Native, allowing it to run on both Android and iOS devices.

Type of PR

Screenshots / videos (if applicable)

[Attach any relevant screenshots or videos demonstrating the changes]

Checklist:

Additional context:

1.)Technical Stack:

2.) Key Components:

3.) User Experience:

4.) Security:

github-actions[bot] commented 4 months ago

Thank you for submitting your pull request! πŸ™Œ We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

guardrails[bot] commented 4 months ago

:warning: We detected 2 security issues in this pull request:

Hard-Coded Secrets (2)
Severity | Details | Docs :-: | :-- | :-: Medium | Title: **Google Cloud API Key**
https://github.com/smilewithkhushi/BasicNative/blob/bd6ca33bacf02e66a47b26e94ef649387f9e6b88/MyChatApp/android/app/google-services.json#L18 | [:books:](https://docs.guardrails.io/docs/en/vulnerabilities/javascript/hard-coded_secrets.html?utm_source=ghpr#google-cloud-api-key) Medium | Title: **Google Cloud API Key**
https://github.com/smilewithkhushi/BasicNative/blob/bd6ca33bacf02e66a47b26e94ef649387f9e6b88/MyChatApp/firebase.js#L6 | [:books:](https://docs.guardrails.io/docs/en/vulnerabilities/javascript/hard-coded_secrets.html?utm_source=ghpr#google-cloud-api-key) More info on how to fix Hard-Coded Secrets in [JavaScript](https://docs.guardrails.io/docs/en/vulnerabilities/javascript/hard-coded_secrets.html?utm_source=ghpr).

πŸ‘‰ Go to the dashboard for detailed results.

πŸ“₯ Happy? Share your feedback with us.

taneeshaa15 commented 4 months ago

@smilewithkhushi Please review.