firebase-firestorm
Firebase Firestorm is an ORM for Firestore which can be used with Typescript.
파일 탐색기
최종 버전 다운로드 (.zip)- FUNDING.yml
- main.css
- icons.png
- icons@2x.png
- widgets.png
- widgets@2x.png
- main.js
- search.js
- caseconverter.html
- collection.html
- documentref.html
- documentsnapshot.html
- entity.html
- fieldutils.html
- firestoreserializer.html
- geopoint.html
- query.html
- querybuilder.html
- querysnapshot.html
- timestamp.html
- fieldconversiontype.html
- fieldtypes.html
- writetypes.html
- documentchange.html
- firestormdata.html
- geopointdata.html
- icollection.html
- icollectionconfig.html
- icollectionquery.html
- idocumentref.html
- idocumentrefconfig.html
- idocumentrefmeta.html
- idocumentsnapshot.html
- ientity.html
- ifieldconfig.html
- ifieldmapconfig.html
- ifieldmapmeta.html
- ifieldmeta.html
- ifieldwithentityconfig.html
- ifieldwithentitymeta.html
- ifireormconfig.html
- igeopoint.html
- igeopointconfig.html
- igeopointmeta.html
- iquery.html
- iquerysnapshot.html
- irepository.html
- iserializedresult.html
- istore.html
- isubcollectionconfig.html
- itimestamp.html
- itimestampconfig.html
- itimestampmeta.html
- globals.html
- index.html
- documentRef.ts
- field.ts
- geoPoint.ts
- index.ts
- map.ts
- rootCollection.ts
- subCollection.ts
- timestamp.ts
- DocumentRef.ts
- GeoPoint.ts
- index.ts
- Timestamp.ts
- collection.types.ts
- data.types.ts
- enum.types.ts
- field.types.ts
- index.ts
- store.types.ts
- timestamp.types.ts
- CaseConverter.ts
- FieldUtils.ts
- FirestoreSerializer.ts
- index.ts
- QueryBuilder.ts
- Collection.ts
- DocumentSnapshot.ts
- Entity.ts
- index.ts
- Query.ts
- QuerySnapshot.ts
- store.ts
- Author.ts
- AuthorPreferences.ts
- Comment.ts
- Post.ts
- Reply.ts
- configuration.spec.ts
- querying-data.spec.ts
- realtime-updates.spec.ts
- writing-data.spec.ts
- CaseConverter.spec.ts
- Collection.spec.ts
- DocumentRef.spec.ts
- FieldUtils.spec.ts
- FirestoreSerializer.spec.ts
- GeoPoint.spec.ts
- Query.spec.ts
- QueryBuilder.spec.ts
- QuerySnapshot.spec.ts
- Timestamp.spec.ts
- bootstrap.spec.ts
- fixture.ts
- .eslintrc
- .gitignore
- .remarkrc
- .travis.yml
- LICENSE.md
- package-lock.json
- package.json
- README.md
- service-account.json.enc
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/lmcq/firebase-firestorm
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd firebase-firestorm
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install firebase-firestorm
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm test
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
