Skip to content

Commit

Permalink
Update 2023-06-21-misinfo-dashboard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luukee authored Aug 19, 2024
1 parent 84ce12d commit ef78745
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions _posts/2023-06-21-misinfo-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef78745

Please sign in to comment.