firebaseopensource.com icon indicating copy to clipboard operation
firebaseopensource.com copied to clipboard

Make an explicit "community" section

Open samtstern opened this issue 6 years ago • 4 comments

A section to show off things that are not Google-owned.

samtstern avatar Aug 23 '18 21:08 samtstern

A start for this may be to move https://github.com/firebase/firebaseopensource.com/blob/master/config/additional_projects.json from an array of strings to an array of objects like:

[
    {
        "project": "angular::angularfire2",
        "googleOwned": true
    },
    {
        "project": "CSFrequency::react-firebase-hooks",
        "googleOwned": false
    }
]

to make it easier to know when to render some sort of "Google Official" badge on a repo's page

jhuleatt avatar Mar 26 '19 17:03 jhuleatt

Yeah for sure, or just two files (one for additional_google_projects and one for additonal_community_projects)

samtstern avatar Mar 26 '19 18:03 samtstern

if this also extends to communities that specialize in firebase, I would like to put our group forward Firebase Developers https://discord.firebase.me/

digimbyte avatar Apr 01 '21 07:04 digimbyte

@digimbyte we're shifting focus from firebaseopensource.com to a new site, https://devlibrary.withgoogle.com

Right now we're still focused on just GitHub projects and blog posts but maybe one day we'll have a place on the new site to list communities like yours!

samtstern avatar Apr 01 '21 10:04 samtstern