Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "test-62120"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
4. 1시간동안 서로 어떤 프로젝트를 작성했는지 소개 및 리뷰

## 참고사이트
[https://github.com/dl0312/open-apis-korea](https://github.com/dl0312/open-apis-korea) - 다양한 카테고리가 장점! 한국인이 작성한 문서라 문서가 한국어라 사용하기 편리함
[https://english.api.rakuten.net](https://english.api.rakuten.net) - API계의 큰손 라쿠텐 api. 유용한 API들을 판매하는 마켓플레이스로 유용한 api들이 많고 유료인만큼 사용법이나 예시코드가 잘되있음. 일정 사용량부터 과금되서 토이프로젝트용으로는 무료로 사용할 수 있는 api 많음

[https://avatars.dicebear.com](https://avatars.dicebear.com) - 유저 아바타를 유저 이름을 기반으로 랜덤하게 생성해주는 open api.
Copy link

Choose a reason for hiding this comment

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

👍 👍

6 changes: 6 additions & 0 deletions database.rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rules": {
".read": "now < 1615561200000", // 2021-3-13
".write": "now < 1615561200000" // 2021-3-13
}
}
15 changes: 15 additions & 0 deletions firebase-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[debug] [2021-02-16T16:13:46.930Z] ----------------------------------------------------------------------
[debug] [2021-02-16T16:13:46.932Z] Command: /usr/local/Cellar/node/14.12.0/bin/node /usr/local/bin/firebase login
[debug] [2021-02-16T16:13:46.932Z] CLI Version: 9.3.0
[debug] [2021-02-16T16:13:46.932Z] Platform: darwin
[debug] [2021-02-16T16:13:46.932Z] Node Version: v14.12.0
[debug] [2021-02-16T16:13:46.933Z] Time: Wed Feb 17 2021 01:13:46 GMT+0900 (Korean Standard Time)
[debug] [2021-02-16T16:13:46.934Z] ----------------------------------------------------------------------
[debug] [2021-02-16T16:13:46.934Z]
[info] i Firebase optionally collects CLI usage and error reporting information to help improve our products. Data is collected in accordance with Google's privacy policy (https://policies.google.com/privacy) and is not used to identify you.

[info]
[info] Visit this URL on this device to log in:
[info] https://accounts.google.com/o/oauth2/auth?client_id=563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com&scope=email%20openid%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloudplatformprojects.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ffirebase%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform&response_type=code&state=971894817&redirect_uri=http%3A%2F%2Flocalhost%3A9005
[info]
[info] Waiting for authentication...
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"database": {
"rules": "database.rules.json"
}
}
Loading