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

Add firebase config values #15

Closed
wants to merge 1 commit into from
Closed

Conversation

stacietaylorcima
Copy link

@stacietaylorcima stacietaylorcima commented Aug 7, 2024

For an example of how to fill this template out, see this Pull Request.

Description

This pull request adds the Firebase configuration values needed to allow us to connect with our database here.

Related Issue

No documented issue, but usually you'd link to the issue like: #14

Acceptance Criteria

  • Firebase values are added to code

Type of Changes

Configuration

projectId: 'tcl-76-smart-shopping-list',
storageBucket: 'tcl-76-smart-shopping-list.appspot.com',
messagingSenderId: '283403874585',
appId: '1:283403874585:web:ec2053accd744733f51588',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO-DO: Make sure team has access to firebase. ✨

storageBucket: 'FILL_ME_IN',
messagingSenderId: 'FILL_ME_IN',
appId: 'FILL_ME_IN',
apiKey: 'AIzaSyC7Va6r7PL9JZrTz8jn1Lwqwr_yhSAs2do',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we supposed to have an api key in this file?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've generally left it in this file since the key usually expired after a certain period anyway (90 days I think)

Copy link
Collaborator

@mentalcaries mentalcaries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Config looks right

@mentalcaries mentalcaries marked this pull request as ready for review August 9, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants