Chat App (1) : 기본설정

Sang heon lee·2022년 6월 16일
0

firebase

  1. firebase 접속

  2. 프로젝트 생성

  3. ApiConfig 복사

  4. firebase.json 파일 생성(깃허브에 업로드 안되게끔)

    {
     "apiKey": "AIzaSyCdgSc9LGVdExN8Zzp7SjiCbqwVjbK2i5Y",
     "authDomain": "react-native-chat-app-d8603.firebaseapp.com",
     "projectId": "react-native-chat-app-d8603",
     "storageBucket": "react-native-chat-app-d8603.appspot.com",
     "messagingSenderId": "1088901033058",
     "appId": "1:1088901033058:web:baea11d80870b4e968f53b",
     "measurementId": "G-6G5SNDYT1V"
    }
    
  5. ./src/firebase.js 설정 파일 생성
    https://firebase.google.com/docs/web/setup?authuser=0&%3Bhl=ko&hl=ko#add-sdks-initialize

    import { initializeApp } from 'firebase/app';
    import config from '../firebase.json';
    
    const app = initializeApp(config);
profile
개초보

0개의 댓글

관련 채용 정보