From ef78745af72327abb606a58f5b3804d8fe69df91 Mon Sep 17 00:00:00 2001 From: Luke C Hartman Date: Mon, 19 Aug 2024 11:32:11 -0700 Subject: [PATCH] Update 2023-06-21-misinfo-dashboard.md --- _posts/2023-06-21-misinfo-dashboard.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/_posts/2023-06-21-misinfo-dashboard.md b/_posts/2023-06-21-misinfo-dashboard.md index ee96b66..01bf616 100644 --- a/_posts/2023-06-21-misinfo-dashboard.md +++ b/_posts/2023-06-21-misinfo-dashboard.md @@ -460,13 +460,27 @@ Files | | `ReportModal.jsx` | `UpdatePwModal.jsx` | -# Deploy on Vercel +## Firebase Functions -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. +To deploy Firebase functions: -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. +```bash +firebase deploy --only functions +``` + +#### Firebase Creds + +With proper permissions access Firebase Console or Firebase Cloud Console. + +- Firebase project name: Misinfo +- Firebase project ID: misinfo-5d004 +- Firebase project #: 2581605663 + +#### Firebase Storage + +- Firebase storage name: misinfo-5d004.appspot.com -# Usefull Tools +# Links - [Chrome React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) - [VS Code ES7+ React/Redux/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)