Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get credentials from Firebase #4

Open
7 tasks
scott-coates opened this issue Feb 21, 2023 · 0 comments
Open
7 tasks

Get credentials from Firebase #4

scott-coates opened this issue Feb 21, 2023 · 0 comments
Milestone

Comments

@scott-coates
Copy link
Contributor

Description

In order to make your app publicly accessible, we will host your app using "Firebase". Firebase offers many different tools for developers, including file storage, databases, etc. But for this project, we'll only use it for hosing our React app. Before we can host it, we need to retrieve some credentials from Firebase.

Do NOT deploy your app firebase deploy, just get the credentials first. Deployment will be in the next task.

Requirements

  • Login or create an account on Firebase: https://console.firebase.google.com/.
  • Once you're logged in, click "Add projecct" on the dashboard.
    image
  • Give your project a name
    image
  • Uncheck "Enable Google Analytics"
    image
  • Create a web-based app in your new project
    SMX_Spotify_Playlist_Maker_-Overview-_Firebase_console
  • Configure your web-based app to allow hosting
    SMX_Spotify_Playlist_Maker_-Add_app-_Firebase_console
  • Copy your API Key and Project ID
    SMX_Spotify_Playlist_Maker_-Add_app-_Firebase_console
  • Do NOT deploy your app firebase deploy, just get the credentials first. Deployment will be in the next task.
@scott-coates scott-coates added this to the Sprint 4 milestone Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant