From eb15942718a077e2f90a44e8f39d43e344a7f12c Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 14 Mar 2018 13:46:19 +0000 Subject: [PATCH 1/2] Add RNFirebase logo --- logos/rnfirebase.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 logos/rnfirebase.svg diff --git a/logos/rnfirebase.svg b/logos/rnfirebase.svg new file mode 100644 index 0000000..685431f --- /dev/null +++ b/logos/rnfirebase.svg @@ -0,0 +1 @@ +Slice 1 \ No newline at end of file From 6e6b1c551ccc6d9e71ca3f9ba04ee8c0a14c5248 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 14 Mar 2018 14:08:30 +0000 Subject: [PATCH 2/2] Add RNFirebase to communities.json --- communities.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/communities.json b/communities.json index 31aacc3..edb19be 100644 --- a/communities.json +++ b/communities.json @@ -117,6 +117,13 @@ "title": "Docusaurus", "inviteCode": "docusaurus", "githubUrl": "https://github.com/facebook/Docusaurus" + }, + { + "logo": "rnfirebase.svg", + "title": "React Native Firebase", + "quote": "We tried Gitter, we tried Slack and then we loved Discord. It provides us with far more customisation than the previous two - especially in regards to user roles.", + "inviteCode": "C9aK28N", + "githubUrl": "https://github.com/invertase/react-native-firebase" } ] -} \ No newline at end of file +}