diff --git a/website/src/data/showcase/firelordjs.png b/website/src/data/showcase/firelordjs.png new file mode 100644 index 0000000000..4824ddd1a1 Binary files /dev/null and b/website/src/data/showcase/firelordjs.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index d9e1bf63b1..13343e4c0e 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -622,6 +622,14 @@ const Users: User[] = [ source: 'https://github.com/Camberi/firecms/tree/master/website', tags: ['opensource', 'design'], }, + { + title: 'FirelordJS', + description: 'Typescript Wrapper for Firestore', + preview: require('./showcase/firelordjs.png'), + website: 'https://firelordjs.com', + source: 'https://github.com/tylim88/FirelordJSDoc', + tags: ['opensource'], + }, { title: 'Flagsmith', description: 'Open Source Feature Flag and Remote Config Service',