DBILITY

firebase fundamental? 본문

database/firebase

firebase fundamental?

DBILITY 2022. 3. 24. 11:26
반응형

Firebase is a platform developed by Google for creating mobile and web applicaitons.

앱을 개발할 때 보통 필요한 사용자 인증(소셜 포함), 데이터베이스(NoSQL), 저장소(Storage), RTSP(Real Time Stream Protocol), 푸시 알림, 배포 등을 자동으로 제공해 주는 시스템으로 소개에 보니 완전 관리형 백엔드 인프라라고 적혀 있다.

천천히 알아 보자.
먼저 https://firebase.google.com으로 이동하여 회원 가입하고 로그인한다. 구글 계정으로는 간단하단다.

이메일/비번 기반 로그인은 signInWithEmailAndPassword으로,  로그아웃은 signOut으로 간단하게 처리되더라는

https://travis.media/how-to-use-firebase-with-react/

 

How to use Firebase v9 with React (setup, authentication and CRUD examples) - Travis Media

Firebase v9 takes a modular approach which is different from previous versions. In this post, I'll show you how to use Firebase v9 with React including setup, auth, and CRUD examples.

travis.media

나머지는 매뉴얼을..ㅎㅎ

https://firebase.google.com/docs?hl=ko 

 

문서  |  Firebase

Firebase SDK 참조, 통합 가이드, 샘플 코드, 라이브러리

firebase.google.com

 

반응형
Comments