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 the .env.local file #167

Open
1 task done
diegoTech14 opened this issue Jan 8, 2025 · 3 comments
Open
1 task done

Add the .env.local file #167

diegoTech14 opened this issue Jan 8, 2025 · 3 comments
Assignees

Comments

@diegoTech14
Copy link
Contributor

diegoTech14 commented Jan 8, 2025

Issue Summary

Add the .env.local file to the repository

Type of Issue

  • Bug

Current Behavior

We are planning to use a .env.local file to write the environment variables needed for the Firebase connection, we need to add this file into the repository

Expected Behavior

There is not .env.local file

Reproduction Steps

  1. Fork the project
  2. Create a branch
  3. create the .env.local file
  4. Add the following code into the file:
NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyBkBlNqlowkl-avHqdAEZb1qCgdUCah1Ro
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=test-b66c0.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=test-b66c0
NEXT_PUBLIC_FIREBASE_APP_ID=1:681976709857:web:4bc0645d35fec8be92ada0
# Hasura GraphQL Endpoint
NEXT_PUBLIC_APP_HASURA_ENDPOINT=http://localhost:8080/v1/graphql
  1. Create a PR

Make sure to follow the Git Guidelines for Atomic Commits and read Contributing Guide

The Pull request needs to have the format mentioned below in the Git Guideline

@zleypner
Copy link
Contributor

zleypner commented Jan 9, 2025

@diegoTech14 I would like to work on this one.

@diegoTech14
Copy link
Contributor Author

Thanks Anwar, just assigned to you, let me now if you have any question 🚀

@mathstickz
Copy link

i will love to work on the issue @diegoTech14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants