Skip to content

Commit a0af1aa

Browse files
committed
added contact channels
1 parent 0f71880 commit a0af1aa

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

assets/contact.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Contact Us
2+
3+
Welcome! Here you can find ways to connect with our community and official channels for any reason, whether it's to get help, join discussions, or follow updates.
4+
5+
## Community Contacts
6+
7+
- **Discord**: [Join our Discord server](https://discord.firebase.me)
8+
- **Admin Email**: [[email protected]](mailto:[email protected])
9+
- **Social Email**: [[email protected]](mailto:[email protected])
10+
- **Twitter (X)**: [@firebaseme](https://x.com/firebaseme)
11+
- **GitHub**: [firebase-me](https://github.com/firebase-me)
12+
13+
## Official Firebase and Google Dev Community Contacts
14+
15+
- **Discord for Google Dev Community**: [Join here](https://discord.gg/google-dev-community)
16+
- **Firebase Slack**: [Join here](http://firebase.community/)
17+
- **Twitter (X)**: [@Firebase](https://x.com/Firebase)
18+
- **LinkedIn**: [Firebase on LinkedIn](https://www.linkedin.com/company/Firebase)
19+
20+
## Official Resources
21+
22+
- **Firebase Support**: [Contact Firebase Support](https://firebase.google.com/support/troubleshooter/contact)
23+
- **Google Groups**: [Firebase Talk](https://groups.google.com/forum/#!forum/firebase-talk)
24+
- **User Voice**: [Firebase User Voice](https://firebase.uservoice.com/forums/948424-general)
25+
- **Stack Overflow**: [Firebase on Stack Overflow](https://stackoverflow.com/questions/tagged/firebase)
26+
- **Firebase Open Source**: [Firebase Open Source](https://firebaseopensource.com/)
27+
- **Firebase GitHub**: [Firebase on GitHub](https://github.com/firebase/)
28+
29+
Feel free to reach out through any of these channels. Firebase has a diverse and wonderful community and We are all here to assist you with your needs and appreciate your engagement with our community.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<header>
1616
<div class="title">
1717
<img src="/assets/images/icon.png" alt="Icon">
18-
<h1><a href="#" id="home-link" style="color: white;">Firebase Me</a> <span class="alpha">αλφα</span></h1>
18+
<h1><a href="#" onclick="loadContent('home')" style="color: white;">Firebase Me</a> <span class="alpha">αλφα</span></h1>
1919
</div>
2020
<div class="categories" id="category-list">
2121
<!-- Categories will be dynamically loaded here -->
@@ -38,8 +38,8 @@ <h2 id="document-title" style="margin-bottom: 0px;"></h2>
3838
</main>
3939
</div>
4040
<footer>
41-
<p>Our documentation is community-driven. Contribute or Help us improve through <a target="_blank" href="https://github.com/firebase-me/website">GitHub</a></p>
42-
<p>Join us on <a target="_blank" href="https://discord.firebase.me">Discord</a></p>
41+
<p>Connect with community and official channels from our <a href="#" onclick="loadContent('contact')">Contact Page</a></p>
42+
<p><a href="#" onclick="loadContent('policy')">Privacy Policy</a></p>
4343
</footer>
4444
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
4545
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/3.0.2/marked.min.js"></script>

0 commit comments

Comments
 (0)