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

Gregorias branch #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Gregorias branch #1

wants to merge 3 commits into from

Conversation

gregoriiaaa
Copy link
Owner

In this PR

I created a persistent storage application with the four CRUD functions, and saved and linked the data onto firebase.

🖋 What I learned

  • How to organize my data
  • How to create a Firebase project
  • How to connect my app to Firebase
  • How to interact with the data on Firebase

🤳 Screenshots (if applicable)

What does your end result look like for this PR?
Screen Shot 2022-03-10 at 01 12 30

Pop Quiz

  1. Why do tables need primary keys? What are the two conditions that need to be met for a column to be a primary key?
  2. Define relation.
  3. Define foreign key.

Answers:

  1. Tables need a primary key so that they can be referenced. A column must (1) be unique and (2) be stable.
  2. Data treated as items that "relate" to each other.
  3. A primary key to one record that is saved in a different record as a reference.

🐞 Questions

No questions, thank you!

Gregoria Millensifer and others added 3 commits March 9, 2022 17:46
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.

1 participant